feat(server): start using semver for launcher

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers
2025-04-08 04:17:10 -07:00
parent 734db2bedc
commit b579cae5c2
6 changed files with 35 additions and 30 deletions

View File

@ -398,6 +398,7 @@ Section "@Launcher_DisplayName@"
WriteRegStr HKCU Software\Classes\prismlauncher\shell\open\command "" '"$INSTDIR\@Launcher_APP_BINARY_NAME@.exe" "%1"'
; Write the uninstall keys for Windows
; https://learn.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key
${GetParameters} $R0
${GetOptions} $R0 "/NoUninstaller" $R1
${If} ${Errors}