mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Removed autoclose from uninstaller
This commit is contained in:
parent
5b6a6eedfa
commit
108a22f1b9
1 changed files with 1 additions and 1 deletions
|
@ -81,6 +81,7 @@
|
|||
!define MUI_UNICON "..\deluge\data\pixmaps\deluge.ico"
|
||||
!define MUI_HEADERIMAGE_UNBITMAP "installer-top.bmp"
|
||||
!define MUI_WELCOMEFINISHPAGE_UNBITMAP "installer-side.bmp"
|
||||
!define MUI_UNFINISHPAGE_NOAUTOCLOSE
|
||||
|
||||
; Pages
|
||||
|
||||
|
@ -127,7 +128,6 @@
|
|||
!macroend
|
||||
|
||||
!macro install_ZIP installer_name install_dir
|
||||
InitPluginsDir
|
||||
${download} "${${installer_name}_URL}" "$TEMP\${${installer_name}}"
|
||||
nsisunz::UnzipToLog "$TEMP\${${installer_name}}" "${install_dir}"
|
||||
Pop $0
|
||||
|
|
Loading…
Add table
Reference in a new issue