mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
Fix ExecWait
This commit is contained in:
parent
a017613c30
commit
2772cd49df
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
; Dependencies
|
||||
|
||||
!define LIBTORRENT "libtorrent.msi"
|
||||
!define LIBTORRENT_URL "http://waix.dl.sourceforge.net/sourceforge/libtorrent/python-libtorrent-0.14.2.win32-py2.5.msi"
|
||||
!define LIBTORRENT_URL "http://transact.dl.sourceforge.net/sourceforge/libtorrent/python-libtorrent-0.14.2.win32-py2.5.msi"
|
||||
|
||||
; Interface Settings
|
||||
|
||||
|
@ -60,7 +60,7 @@ SectionEnd
|
|||
|
||||
SubSection /e "Dependencies" deps
|
||||
|
||||
Section "Libtorrent" libtorrent
|
||||
Section "Libtorrent" SecLibtorrent
|
||||
|
||||
SectionIn 1
|
||||
|
||||
|
@ -68,7 +68,7 @@ SubSection /e "Dependencies" deps
|
|||
NSISdl::download ${LIBTORRENT_URL} "$TEMP\${LIBTORRENT}"
|
||||
|
||||
; Install MSI
|
||||
ExecWait 'msiexec /i "$INSTDIR\${PYTHON_RUNTIME_INSTALLER}" /passive TARGETDIR="$INSTDIR\Libtorrent"'
|
||||
ExecWait 'msiexec /i "$TEMP\${LIBTORRENT}" /passive TARGETDIR="$INSTDIR\LibTorrent"'
|
||||
|
||||
; Clean up
|
||||
delete "$TEMP\${LIBTORRENT}"
|
||||
|
|
Loading…
Add table
Reference in a new issue