Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -87,7 +87,6 @@ def generate_nsi_script(folder_path, bin_file, ps1_file):
|
|
87 |
SetCompressorDictSize 96
|
88 |
SetDatablockOptimize ON
|
89 |
; Interface settings
|
90 |
-
!define MUI_ICON "/path/to/icon.ico"
|
91 |
!define MUI_WELCOMEPAGE_TITLE "Welcome to ProductName Setup"
|
92 |
!define MUI_WELCOMEPAGE_TEXT "This will install ProductName on your computer.$\r$\n$\r$\nClick Install to continue."
|
93 |
; Pages
|
|
|
87 |
SetCompressorDictSize 96
|
88 |
SetDatablockOptimize ON
|
89 |
; Interface settings
|
|
|
90 |
!define MUI_WELCOMEPAGE_TITLE "Welcome to ProductName Setup"
|
91 |
!define MUI_WELCOMEPAGE_TEXT "This will install ProductName on your computer.$\r$\n$\r$\nClick Install to continue."
|
92 |
; Pages
|