Skip to content

Commit 511712e

Browse files
committed
Update install script
1 parent 9815f81 commit 511712e

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CollapseLauncher/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"Reindexer": {
2020
"commandName": "Project",
21-
"commandLineArgs": "reindex --input \"\\myGit\\CollapseLauncher-ReleaseRepo\\preview\" --upver 1.0.33.3",
21+
"commandLineArgs": "reindex --input \"\\myGit\\CollapseLauncher-ReleaseRepo\\preview\" --upver 1.0.33.6",
2222
"remoteDebugEnabled": false,
2323
"nativeDebugging": true
2424
},

InstallerProp/DeployInstaller-Preview.iss

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
[Setup]
55
AppName=Collapse Launcher
6-
AppVersion=1.0.33.1
6+
AppVersion=1.0.33.6
77
AppCopyright=2022 - neon-nyan
88
AppPublisher=neon-nyan
9-
VersionInfoVersion=1.0.33.1
9+
VersionInfoVersion=1.0.33.6
1010
VersionInfoCompany=neon-nyan
1111
VersionInfoDescription=Collapse Launcher - An advanced launcher for miHoYo Games
1212
VersionInfoCopyright=2022 - neon-nyan
1313
VersionInfoProductName=Collapse Launcher
14-
VersionInfoProductVersion=1.0.33.1
15-
VersionInfoProductTextVersion=1.0.33.1-preview
14+
VersionInfoProductVersion=1.0.33.6
15+
VersionInfoProductTextVersion=1.0.33.6-preview
1616
SolidCompression=True
1717
Compression=lzma2/ultra64
1818
InternalCompressLevel=ultra64
@@ -28,6 +28,10 @@ DisableWelcomePage=False
2828
ArchitecturesInstallIn64BitMode=x64
2929
LicenseFile=..\LICENSE
3030
SetupIconFile=..\CollapseLauncher\icon.ico
31+
LZMAUseSeparateProcess=yes
32+
LZMADictionarySize=1048576
33+
LZMAMatchFinder=BT
34+
LZMANumFastBytes=128
3135

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

InstallerProp/DeployInstaller-Stable.iss

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
[Setup]
55
AppName=Collapse Launcher
6-
AppVersion=1.0.33.1
6+
AppVersion=1.0.33.6
77
AppCopyright=2022 - neon-nyan
88
AppPublisher=neon-nyan
9-
VersionInfoVersion=1.0.33.1
9+
VersionInfoVersion=1.0.33.6
1010
VersionInfoCompany=neon-nyan
1111
VersionInfoDescription=Collapse Launcher - An advanced launcher for miHoYo Games
1212
VersionInfoCopyright=2022 - neon-nyan
1313
VersionInfoProductName=Collapse Launcher
14-
VersionInfoProductVersion=1.0.33.1
15-
VersionInfoProductTextVersion=1.0.33.1
14+
VersionInfoProductVersion=1.0.33.6
15+
VersionInfoProductTextVersion=1.0.33.6
1616
SolidCompression=True
1717
Compression=lzma2/ultra64
1818
InternalCompressLevel=ultra64
@@ -26,8 +26,12 @@ WizardImageFile=..\InstallerProp\WizardBannerDesign.bmp
2626
WizardSmallImageFile=..\InstallerProp\WizardBannerDesignSmall.bmp
2727
DisableWelcomePage=False
2828
ArchitecturesInstallIn64BitMode=x64
29-
LicenseFile=..\LICENSE
29+
LicenseFile=..\LICENSE
3030
SetupIconFile=..\CollapseLauncher\icon.ico
31+
LZMAUseSeparateProcess=yes
32+
LZMADictionarySize=1048576
33+
LZMAMatchFinder=BT
34+
LZMANumFastBytes=128
3135

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

0 commit comments

Comments
 (0)