Browse Source

NSIS: Set shortcut's workind dir to install path

adaptive-webui-19844
sledgehammer999 2 years ago
parent
commit
5e952a561b
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 2
      dist/windows/installer.nsi

2
dist/windows/installer.nsi vendored

@ -35,6 +35,8 @@ Section $(inst_qbt_req) ;"qBittorrent (required)" @@ -35,6 +35,8 @@ Section $(inst_qbt_req) ;"qBittorrent (required)"
SetOutPath "$INSTDIR\translations"
; Put files there
File /r "translations\qt*.qm"
; Restore output path because it affects `CreateShortCut`. It affects the "Start in" field.
SetOutPath $INSTDIR
; Write the installation path into the registry
WriteRegStr HKLM "Software\qBittorrent" "InstallLocation" "$INSTDIR"

Loading…
Cancel
Save