mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +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
|
||||
|
||||
; Download MSI
|
||||
NSIS:dl download ${LIBTORRENT_URL} "$TEMP\${LIBTORRENT}"
|
||||
NSISdl::download ${LIBTORRENT_URL} "$TEMP\${LIBTORRENT}"
|
||||
|
||||
; Install MSI
|
||||
ExecWait 'msiexec /i "$INSTDIR\${PYTHON_RUNTIME_INSTALLER}" /passive TARGETDIR="$INSTDIR\Libtorrent"'
|
||||
|
||||
; Clean up
|
||||
delete "$TEMP\${LIBTORRENT}"
|
||||
|
||||
SectionEnd
|
||||
|
|
Loading…
Add table
Reference in a new issue