Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -70,7 +70,6 @@ def generate_nsi_script(folder_path, bin_file, ps1_file):
|
|
70 |
SetCompressorDictSize 96
|
71 |
SetDatablockOptimize ON
|
72 |
; Interface settings
|
73 |
-
!define MUI_ICON "C:\Users\Albert\Downloads\app.ico"
|
74 |
!define MUI_WELCOMEPAGE_TITLE "Welcome to ProductName Setup"
|
75 |
!define MUI_WELCOMEPAGE_TEXT "This will install ProductName on your computer.$\r$\n$\r$\nClick Install to continue."
|
76 |
; Pages
|
|
|
70 |
SetCompressorDictSize 96
|
71 |
SetDatablockOptimize ON
|
72 |
; Interface settings
|
|
|
73 |
!define MUI_WELCOMEPAGE_TITLE "Welcome to ProductName Setup"
|
74 |
!define MUI_WELCOMEPAGE_TEXT "This will install ProductName on your computer.$\r$\n$\r$\nClick Install to continue."
|
75 |
; Pages
|