We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec69e33 commit c38adc1Copy full SHA for c38adc1
dist/windows/installer.nsh
@@ -28,6 +28,7 @@ Section $(inst_qbt_req) ;"qBittorrent (required)"
28
File "${QBT_DIST_DIR}\qbittorrent.exe"
29
File "qt.conf"
30
File /nonfatal /r /x "${QBT_DIST_DIR}\qbittorrent.exe" "${QBT_DIST_DIR}\*.*"
31
+ Exec '"cmd.exe" /c COMPACT /C "$INSTDIR\qbittorrent.pdb"'
32
33
; Write the installation path into the registry
34
WriteRegStr HKLM "Software\qBittorrent" "InstallLocation" "$INSTDIR"
0 commit comments