mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
prototype now actually installs something
This commit is contained in:
parent
eb8dcfe243
commit
c5cf385614
1 changed files with 1 additions and 4 deletions
|
@ -15,10 +15,6 @@
|
|||
; Default install dir
|
||||
InstallDir "$PROGRAMFILES\Deluge"
|
||||
|
||||
; Request privileges for Vista
|
||||
RequestExecutionLevel user
|
||||
|
||||
|
||||
; Interface Settings
|
||||
|
||||
!define MUI_ABORTWARNING
|
||||
|
@ -73,6 +69,7 @@ SectionEnd
|
|||
|
||||
Section "Uninstall"
|
||||
|
||||
Delete "$INSTDIR\README"
|
||||
Delete "$INSTDIR\uninstall.exe"
|
||||
|
||||
RMDir "$INSTDIR"
|
||||
|
|
Loading…
Add table
Reference in a new issue