mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Updated NSIS script.
This commit is contained in:
parent
7d99b21c20
commit
c96eff2c15
2 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ Section $(inst_qbt_req) ;"qBittorrent (required)"
|
||||||
|
|
||||||
; Put file there
|
; Put file there
|
||||||
File "qbittorrent.exe"
|
File "qbittorrent.exe"
|
||||||
|
File "qbittorrent.pdb"
|
||||||
File "qt.conf"
|
File "qt.conf"
|
||||||
File /oname=translations\qt_ar.qm "translations\qt_ar.qm"
|
File /oname=translations\qt_ar.qm "translations\qt_ar.qm"
|
||||||
File /oname=translations\qt_bg.qm "translations\qt_bg.qm"
|
File /oname=translations\qt_bg.qm "translations\qt_bg.qm"
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
; Remove files and uninstaller
|
; Remove files and uninstaller
|
||||||
Delete "$INSTDIR\qbittorrent.exe"
|
Delete "$INSTDIR\qbittorrent.exe"
|
||||||
|
Delete "$INSTDIR\qbittorrent.pdb"
|
||||||
Delete "$INSTDIR\qt.conf"
|
Delete "$INSTDIR\qt.conf"
|
||||||
Delete "$INSTDIR\translations\qt_ar.qm"
|
Delete "$INSTDIR\translations\qt_ar.qm"
|
||||||
Delete "$INSTDIR\translations\qt_bg.qm"
|
Delete "$INSTDIR\translations\qt_bg.qm"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue