From 6f57b9e85af069c654b005ee2a28fdd1ad48bd3e Mon Sep 17 00:00:00 2001 From: Fayne Aldan Date: Mon, 12 Dec 2022 18:15:09 -0700 Subject: [PATCH] Update to 6.0 --- .../App/AppInfo/Launcher/PrismLauncherPortable.ini | 3 ++- PrismLauncherPortable/App/AppInfo/appinfo.ini | 4 ++-- PrismLauncherPortable/App/AppInfo/installer.ini | 4 ++-- update.ts | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/PrismLauncherPortable/App/AppInfo/Launcher/PrismLauncherPortable.ini b/PrismLauncherPortable/App/AppInfo/Launcher/PrismLauncherPortable.ini index aec6a33..abc4406 100644 --- a/PrismLauncherPortable/App/AppInfo/Launcher/PrismLauncherPortable.ini +++ b/PrismLauncherPortable/App/AppInfo/Launcher/PrismLauncherPortable.ini @@ -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 diff --git a/PrismLauncherPortable/App/AppInfo/appinfo.ini b/PrismLauncherPortable/App/AppInfo/appinfo.ini index f775fb7..83d7c8f 100644 --- a/PrismLauncherPortable/App/AppInfo/appinfo.ini +++ b/PrismLauncherPortable/App/AppInfo/appinfo.ini @@ -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 diff --git a/PrismLauncherPortable/App/AppInfo/installer.ini b/PrismLauncherPortable/App/AppInfo/installer.ini index 37b0ab6..874bba5 100644 --- a/PrismLauncherPortable/App/AppInfo/installer.ini +++ b/PrismLauncherPortable/App/AppInfo/installer.ini @@ -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 diff --git a/update.ts b/update.ts index 042d9c2..ea442ae 100644 --- a/update.ts +++ b/update.ts @@ -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));