Made this a real update

This commit is contained in:
ZestyTS 2024-07-15 13:50:57 -07:00
parent 396316c86f
commit 8d1716c387
5 changed files with 6 additions and 6 deletions

View file

@ -51,5 +51,5 @@ using System.Windows;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.99.9.2")]
[assembly: AssemblyFileVersion("3.99.9.2")]
[assembly: AssemblyVersion("3.99.9.3")]
[assembly: AssemblyFileVersion("3.99.9.3")]

View file

@ -46,7 +46,7 @@
<Ellipse Fill="#FF2196F3" HorizontalAlignment="Left" Height="21" Margin="12,7,0,0" VerticalAlignment="Top" Width="17"/>
<Ellipse Fill="#FF2196F3" HorizontalAlignment="Left" Height="21" Margin="12,7,0,0" VerticalAlignment="Top" Width="17"/>
<Border BorderBrush="#FF2196F3" BorderThickness="1" HorizontalAlignment="Left" Height="33" Margin="12,6,0,0" VerticalAlignment="Top" Width="1108" CornerRadius="5" Background="#FF2196F3"/>
<Label Content="v3.Z" HorizontalAlignment="Left" Margin="1075,10,0,0" VerticalAlignment="Top" Foreground="#DDFFFFFF" Width="81" Height="24"/>
<Label Content="v3.Z Again" HorizontalAlignment="Left" Margin="1075,10,0,0" VerticalAlignment="Top" Foreground="#DDFFFFFF" Width="81" Height="24"/>
<Button HorizontalAlignment="Left" Margin="32,522,0,0" VerticalAlignment="Top" Width="74" Click="Button_Click_13" IsTabStop="False" Height="58" ToolTip="Support UWUVCI on Ko-Fi">
<Image HorizontalAlignment="Left" Height="46" VerticalAlignment="Top" Width="46" Source="/UI/Images/61e111774d3a2f67c827cd25_Frame 5.png" />
</Button>

View file

@ -9,7 +9,7 @@
Title="SettingsFrame" >
<Grid>
<TextBlock x:Name="tb" Margin="10,172,10,192" TextWrapping="Wrap" Text="Welcome to UWUVCI AIO v3.Z! To start Injecting select a Console to your left." FontSize="20" Height="116" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" Width="1110" />
<TextBlock x:Name="tb" Margin="10,172,10,192" TextWrapping="Wrap" Text="Welcome to UWUVCI AIO v3.Z-Again! To start Injecting select a Console to your left." FontSize="20" Height="116" HorizontalAlignment="Center" VerticalAlignment="Center" TextAlignment="Center" Width="1110" />
<TextBlock Margin="15,505,15,0" HorizontalAlignment="Right" VerticalAlignment="Top" Text="Support MAC Development" TextAlignment="Right"></TextBlock>
<Button HorizontalAlignment="Right" Margin="15,525,15,0" VerticalAlignment="Top" Width="74" Click="Button_Click" IsTabStop="False" Height="58" ToolTip="Support UWUVCI MAC Development on Ko-Fi">
<Image HorizontalAlignment="Left" Height="46" VerticalAlignment="Top" Width="46" Source="/UI/Images/61e111774d3a2f67c827cd25_Frame 5.png" />

View file

@ -3,7 +3,7 @@
[Setup]
AppName=UWUVCI AIO
AppId=UWUVCI AIO
AppVersion=3.Z
AppVersion=3.Z-Again
DefaultDirName={userdocs}\UWUVCI AIO
UninstallDisplayIcon={app}\UWUVCI AIO.exe
OutputBaseFilename=UWUVCI_INSTALLER
@ -25,7 +25,7 @@ Source: "{app}\bin\vwii\Tools\ThemeMii.exe"; DestDir: "{app}\bin\vwii\Tools"; Mi
[Run]
Filename: "{app}\Readme.txt"; MinVersion: 0.0,6.0; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
Filename: "{app}\UWUVCI AIO.exe"; Description: "{cm:LaunchProgram,UWUVCI AIO v3.Z}"; MinVersion: 0.0,6.0; Flags: postinstall skipifsilent nowait
Filename: "{app}\UWUVCI AIO.exe"; Description: "{cm:LaunchProgram,UWUVCI AIO v3.Z Again}"; MinVersion: 0.0,6.0; Flags: postinstall skipifsilent nowait
[Icons]
Name: "{autoprograms}\UWUVCI AIO"; Filename: "{app}\UWUVCI AIO.exe"; MinVersion: 0.0,6.0;