mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-08 13:08:29 +02:00
Fix issues
Signed-off-by: Danhoby <37343749+Dan4oby@users.noreply.github.com>
This commit is contained in:
parent
9d534d5a8f
commit
6e09f01714
2 changed files with 9 additions and 3 deletions
|
|
@ -397,6 +397,10 @@ Section "@Launcher_DisplayName@"
|
|||
WriteRegStr HKCU Software\Classes\@Launcher_APP_BINARY_NAME@ "URL Protocol" ""
|
||||
WriteRegStr HKCU Software\Classes\@Launcher_APP_BINARY_NAME@\shell\open\command "" '"$INSTDIR\@Launcher_APP_BINARY_NAME@.exe" "%1"'
|
||||
|
||||
; Write the URL Handler into registry for prismlauncher import
|
||||
WriteRegStr HKCU Software\Classes\prismlauncher "URL Protocol" ""
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue