Skip to content

Commit

Permalink
Update to 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiNtD committed Dec 13, 2022
1 parent daa1961 commit 6f57b9e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[Launch]
ProgramExecutable=PrismLauncher\PrismLauncher.exe
ProgramExecutable=PrismLauncherLegacy\PrismLauncher.exe
ProgramExecutable64=PrismLauncher\PrismLauncher.exe
CommandLineArguments=--dir %PAL:DataDir%
DirectoryMoveOK=yes
SupportsUNC=yes
Expand Down
4 changes: 2 additions & 2 deletions PrismLauncherPortable/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ CommercialUse=true
UsesJava=yes

[Version]
PackageVersion=5.2.0.0
DisplayVersion=5.2
PackageVersion=6.0.0.0
DisplayVersion=6.0

[Control]
Icons=1
Expand Down
4 changes: 2 additions & 2 deletions PrismLauncherPortable/App/AppInfo/installer.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[OptionalComponents]
OptionalComponents=true
MainSectionTitle=Prism Launcher Portable [Required]
MainSectionDescription=Install the portable app for Windows 10 and newer
MainSectionDescription=Install the portable app for Windows 10 and newer (64-bit only)
OptionalSectionTitle=Legacy Support (Untested)
OptionalSectionDescription=Install the portable app for Windows 7 and 8.1
OptionalSectionDescription=Install the portable app for Windows 7 and newer (32-bit and 64-bit)
OptionalSectionSelectedInstallType=Legacy
OptionalSectionNotSelectedInstallType=NoLegacy
OptionalSectionPreSelectedIfNonEnglishInstall=false
Expand Down
4 changes: 2 additions & 2 deletions update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ if (updateAvailable || confirm("Redownload Prism Launcher?")) {
for (const [path, url] of [
[
"PrismLauncherPortable/App/PrismLauncher",
`${urlBase}/PrismLauncher-Windows-${version}.zip`,
`${urlBase}/PrismLauncher-Windows-MSVC-${version}.zip`,
],
[
"PrismLauncherPortable/App/PrismLauncherLegacy",
`${urlBase}/PrismLauncher-Windows-Legacy-${version}.zip`,
`${urlBase}/PrismLauncher-Windows-MSVC-Legacy-${version}.zip`,
],
]) {
console.log("Downloading", basename(url));
Expand Down

0 comments on commit 6f57b9e

Please sign in to comment.