Skip to content

Commit

Permalink
Update to 8.0
Browse files Browse the repository at this point in the history
Remove legacy support (upstream)
Update to PA.com 3.8
Add base app IDs (for taskbar pinning)
  • Loading branch information
RuiNtD committed Nov 7, 2023
1 parent cd6ac91 commit 3deed04
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 20 deletions.
8 changes: 0 additions & 8 deletions PrismLauncherPortable/App/AppInfo/Launcher/Custom.nsh
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
${SegmentFile}

${SegmentPre}
; Windows 7 Support

ReadRegStr $0 HKLM "Software\Microsoft\Windows NT\CurrentVersion" "CurrentBuild"

${If} $0 < 10000
${ReadLauncherConfig} $ProgramExecutable Launch ProgramExecutable
${EndIf}

; ARM64 Support

ReadRegStr $0 HKLM "HARDWARE\DESCRIPTION\System" "Identifier"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[Launch]
ProgramExecutable64=PrismLauncher\PrismLauncher.exe
ProgramExecutable=PrismLauncher-Legacy\PrismLauncher.exe
ProgramExecutableARM64=PrismLauncher-ARM64\PrismLauncher.exe
ProgramExecutable=PrismLauncher\PrismLauncher.exe
ProgramExecutableARM64=PrismLauncherARM64\PrismLauncher.exe
CommandLineArguments=--dir %PAL:DataDir%
DirectoryMoveOK=yes
SupportsUNC=yes
Expand Down
8 changes: 5 additions & 3 deletions PrismLauncherPortable/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Format]
Type=PortableAppsFormat
Version=3.7
Version=3.8

[Details]
Name=Prism Launcher Portable
Expand All @@ -22,12 +22,14 @@ CommercialUse=true
UsesJava=yes

[Version]
PackageVersion=7.2.0.0
DisplayVersion=7.2
PackageVersion=8.0.0.0
DisplayVersion=8.0

[Control]
Icons=1
Start=PrismLauncherPortable.exe
BaseAppID=%BASELAUNCHERPATH%\App\PrismLauncher\prismlauncher.exe
BaseAppIDARM64=%BASELAUNCHERPATH%\App\PrismLauncherARM64\prismlauncher.exe

[Associations]
FileTypes=zip,mrpack
Expand Down
2 changes: 0 additions & 2 deletions PrismLauncherPortable/App/PrismLauncher-Legacy/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ const downloads: Download[] = [
dir: "PrismLauncher",
filename: `PrismLauncher-Windows-MSVC-${latestVersion}.zip`,
},
{
dir: "PrismLauncher-Legacy",
filename: `PrismLauncher-Windows-MSVC-Legacy-${latestVersion}.zip`,
},
{
dir: "PrismLauncher-ARM64",
filename: `PrismLauncher-Windows-MSVC-arm64-${latestVersion}.zip`,
Expand Down

0 comments on commit 3deed04

Please sign in to comment.