mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Added install macros + register dll
This commit is contained in:
parent
1c2e21bd09
commit
0e989c0d42
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
; Version
|
||||
!define DELUGE_VERSION "1.1.3"
|
||||
!define SCRIPT_VERSION "0.1"
|
||||
!define SCRIPT_VERSION "0.2"
|
||||
|
||||
; Name
|
||||
Name "Deluge ${DELUGE_VERSION}"
|
||||
|
@ -194,7 +194,8 @@ SubSection /e "Dependencies" dependencies
|
|||
SectionIn 1
|
||||
|
||||
${install_MSI} LIBTORRENT_INSTALLER "$INSTDIR\Python\site-packages"
|
||||
${install_ZIP} LIBTORRENT_DLL_ZIP "$SYSDIR\${LIBTORRENT_DLL}"
|
||||
${install_ZIP} LIBTORRENT_DLL_ZIP "$SYSDIR"
|
||||
RegDLL "$SYSDIR\${LIBTORRENT_DLL}"
|
||||
|
||||
SectionEnd
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue