mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
Really fixed downloading and put in exec command
This commit is contained in:
parent
49a21be719
commit
a017613c30
1 changed files with 4 additions and 1 deletions
|
@ -65,9 +65,12 @@ SubSection /e "Dependencies" deps
|
||||||
SectionIn 1
|
SectionIn 1
|
||||||
|
|
||||||
; Download MSI
|
; Download MSI
|
||||||
NSIS:dl 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"'
|
||||||
|
|
||||||
|
; Clean up
|
||||||
delete "$TEMP\${LIBTORRENT}"
|
delete "$TEMP\${LIBTORRENT}"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue