mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 18:38:39 +00:00
Fixed downloading
This commit is contained in:
parent
c4dd6a99dd
commit
49a21be719
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,8 @@
|
||||||
|
|
||||||
; Dependencies
|
; Dependencies
|
||||||
|
|
||||||
!define LIBTORRENT
|
!define LIBTORRENT "libtorrent.msi"
|
||||||
|
!define LIBTORRENT_URL "http://waix.dl.sourceforge.net/sourceforge/libtorrent/python-libtorrent-0.14.2.win32-py2.5.msi"
|
||||||
|
|
||||||
; Interface Settings
|
; Interface Settings
|
||||||
|
|
||||||
|
@ -87,7 +88,6 @@ SubSectionEnd
|
||||||
|
|
||||||
Section "Uninstall"
|
Section "Uninstall"
|
||||||
|
|
||||||
Delete "$INSTDIR\README"
|
|
||||||
Delete "$INSTDIR\uninstall.exe"
|
Delete "$INSTDIR\uninstall.exe"
|
||||||
|
|
||||||
RMDir "$INSTDIR"
|
RMDir "$INSTDIR"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue