mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 16:38:43 +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
|
; Dependencies
|
||||||
|
|
||||||
!define LIBTORRENT "libtorrent.msi"
|
!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
|
; Interface Settings
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ SectionEnd
|
||||||
|
|
||||||
SubSection /e "Dependencies" deps
|
SubSection /e "Dependencies" deps
|
||||||
|
|
||||||
Section "Libtorrent" libtorrent
|
Section "Libtorrent" SecLibtorrent
|
||||||
|
|
||||||
SectionIn 1
|
SectionIn 1
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ SubSection /e "Dependencies" deps
|
||||||
NSISdl::download ${LIBTORRENT_URL} "$TEMP\${LIBTORRENT}"
|
NSISdl::download ${LIBTORRENT_URL} "$TEMP\${LIBTORRENT}"
|
||||||
|
|
||||||
; Install MSI
|
; Install MSI
|
||||||
ExecWait 'msiexec /i "$INSTDIR\${PYTHON_RUNTIME_INSTALLER}" /passive TARGETDIR="$INSTDIR\Libtorrent"'
|
ExecWait 'msiexec /i "$TEMP\${LIBTORRENT}" /passive TARGETDIR="$INSTDIR\LibTorrent"'
|
||||||
|
|
||||||
; Clean up
|
; Clean up
|
||||||
delete "$TEMP\${LIBTORRENT}"
|
delete "$TEMP\${LIBTORRENT}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue