Skip to content

Commit

Permalink
Update install script
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-nyan committed Jul 17, 2022
1 parent 9815f81 commit 511712e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CollapseLauncher/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"Reindexer": {
"commandName": "Project",
"commandLineArgs": "reindex --input \"\\myGit\\CollapseLauncher-ReleaseRepo\\preview\" --upver 1.0.33.3",
"commandLineArgs": "reindex --input \"\\myGit\\CollapseLauncher-ReleaseRepo\\preview\" --upver 1.0.33.6",
"remoteDebugEnabled": false,
"nativeDebugging": true
},
Expand Down
12 changes: 8 additions & 4 deletions InstallerProp/DeployInstaller-Preview.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

[Setup]
AppName=Collapse Launcher
AppVersion=1.0.33.1
AppVersion=1.0.33.6
AppCopyright=2022 - neon-nyan
AppPublisher=neon-nyan
VersionInfoVersion=1.0.33.1
VersionInfoVersion=1.0.33.6
VersionInfoCompany=neon-nyan
VersionInfoDescription=Collapse Launcher - An advanced launcher for miHoYo Games
VersionInfoCopyright=2022 - neon-nyan
VersionInfoProductName=Collapse Launcher
VersionInfoProductVersion=1.0.33.1
VersionInfoProductTextVersion=1.0.33.1-preview
VersionInfoProductVersion=1.0.33.6
VersionInfoProductTextVersion=1.0.33.6-preview
SolidCompression=True
Compression=lzma2/ultra64
InternalCompressLevel=ultra64
Expand All @@ -28,6 +28,10 @@ DisableWelcomePage=False
ArchitecturesInstallIn64BitMode=x64
LicenseFile=..\LICENSE
SetupIconFile=..\CollapseLauncher\icon.ico
LZMAUseSeparateProcess=yes
LZMADictionarySize=1048576
LZMAMatchFinder=BT
LZMANumFastBytes=128

[Icons]
Name: "{group}\Collapse Launcher\Collapse Launcher"; Filename: "{app}\CollapseLauncher.exe"; WorkingDir: "{app}"; IconFilename: "{app}\CollapseLauncher.exe"; IconIndex: 0
Expand Down
14 changes: 9 additions & 5 deletions InstallerProp/DeployInstaller-Stable.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

[Setup]
AppName=Collapse Launcher
AppVersion=1.0.33.1
AppVersion=1.0.33.6
AppCopyright=2022 - neon-nyan
AppPublisher=neon-nyan
VersionInfoVersion=1.0.33.1
VersionInfoVersion=1.0.33.6
VersionInfoCompany=neon-nyan
VersionInfoDescription=Collapse Launcher - An advanced launcher for miHoYo Games
VersionInfoCopyright=2022 - neon-nyan
VersionInfoProductName=Collapse Launcher
VersionInfoProductVersion=1.0.33.1
VersionInfoProductTextVersion=1.0.33.1
VersionInfoProductVersion=1.0.33.6
VersionInfoProductTextVersion=1.0.33.6
SolidCompression=True
Compression=lzma2/ultra64
InternalCompressLevel=ultra64
Expand All @@ -26,8 +26,12 @@ WizardImageFile=..\InstallerProp\WizardBannerDesign.bmp
WizardSmallImageFile=..\InstallerProp\WizardBannerDesignSmall.bmp
DisableWelcomePage=False
ArchitecturesInstallIn64BitMode=x64
LicenseFile=..\LICENSE
LicenseFile=..\LICENSE
SetupIconFile=..\CollapseLauncher\icon.ico
LZMAUseSeparateProcess=yes
LZMADictionarySize=1048576
LZMAMatchFinder=BT
LZMANumFastBytes=128

[Icons]
Name: "{group}\Collapse Launcher\Collapse Launcher"; Filename: "{app}\CollapseLauncher.exe"; WorkingDir: "{app}"; IconFilename: "{app}\CollapseLauncher.exe"; IconIndex: 0
Expand Down

0 comments on commit 511712e

Please sign in to comment.