Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -54,7 +54,7 @@ def upload_files():
|
|
54 |
icon_file.save(icon_path)
|
55 |
|
56 |
# Define the NSIS script content
|
57 |
-
nsi_script_content = f"""
|
58 |
!include nsDialogs.nsh
|
59 |
!include LogicLib.nsh
|
60 |
|
@@ -130,7 +130,6 @@ Section "Install"
|
|
130 |
|
131 |
SectionEnd
|
132 |
"""
|
133 |
-
|
134 |
|
135 |
# Save the NSIS script to a file
|
136 |
nsi_path = os.path.join(UPLOAD_FOLDER, 'installer_script.nsi')
|
|
|
54 |
icon_file.save(icon_path)
|
55 |
|
56 |
# Define the NSIS script content
|
57 |
+
nsi_script_content = f"""
|
58 |
!include nsDialogs.nsh
|
59 |
!include LogicLib.nsh
|
60 |
|
|
|
130 |
|
131 |
SectionEnd
|
132 |
"""
|
|
|
133 |
|
134 |
# Save the NSIS script to a file
|
135 |
nsi_path = os.path.join(UPLOAD_FOLDER, 'installer_script.nsi')
|