mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-05 07:58:38 +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_UNICON "..\deluge\data\pixmaps\deluge.ico"
|
||||||
!define MUI_HEADERIMAGE_UNBITMAP "installer-top.bmp"
|
!define MUI_HEADERIMAGE_UNBITMAP "installer-top.bmp"
|
||||||
!define MUI_WELCOMEFINISHPAGE_UNBITMAP "installer-side.bmp"
|
!define MUI_WELCOMEFINISHPAGE_UNBITMAP "installer-side.bmp"
|
||||||
|
!define MUI_UNFINISHPAGE_NOAUTOCLOSE
|
||||||
|
|
||||||
; Pages
|
; Pages
|
||||||
|
|
||||||
|
@ -127,7 +128,6 @@
|
||||||
!macroend
|
!macroend
|
||||||
|
|
||||||
!macro install_ZIP installer_name install_dir
|
!macro install_ZIP installer_name install_dir
|
||||||
InitPluginsDir
|
|
||||||
${download} "${${installer_name}_URL}" "$TEMP\${${installer_name}}"
|
${download} "${${installer_name}_URL}" "$TEMP\${${installer_name}}"
|
||||||
nsisunz::UnzipToLog "$TEMP\${${installer_name}}" "${install_dir}"
|
nsisunz::UnzipToLog "$TEMP\${${installer_name}}" "${install_dir}"
|
||||||
Pop $0
|
Pop $0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue