Skip to content

Commit

Permalink
Update dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
c0re100 committed Oct 22, 2020
1 parent dc5fadb commit 6142060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Section $(inst_qbt_req) ;"qBittorrent (required)"
File /oname=translations\qt_sl.qm "translations\qt_sl.qm"
File /oname=translations\qt_sv.qm "translations\qt_sv.qm"
File /oname=translations\qt_zh_CN.qm "translations\qt_zh_CN.qm"
Exec '"cmd.exe" /c COMPACT /C "$INSTDIR\qbittorrent.pdb"'

; Write the installation path into the registry
WriteRegStr HKLM "Software\qBittorrent" "InstallLocation" "$INSTDIR"
Expand Down
2 changes: 1 addition & 1 deletion dist/windows/options.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ XPStyle on
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path

; Program specific
!define PROG_VERSION "4.3.0"
!define PROG_VERSION "4.3.0.10"

!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
Expand Down

0 comments on commit 6142060

Please sign in to comment.