Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -52,8 +52,9 @@ def upload_files():
|
|
52 |
icon_file.save(icon_path)
|
53 |
|
54 |
# Construct the NSIS script using the provided paths
|
55 |
-
nsi_script = f"""!include
|
56 |
-
!include
|
|
|
57 |
|
58 |
# Define installer name and version
|
59 |
Outfile "bont.exe"
|
|
|
52 |
icon_file.save(icon_path)
|
53 |
|
54 |
# Construct the NSIS script using the provided paths
|
55 |
+
nsi_script = f"""!include "MUI2.nsh"
|
56 |
+
!include "nsDialogs.nsh"
|
57 |
+
!include "LogicLib.nsh"
|
58 |
|
59 |
# Define installer name and version
|
60 |
Outfile "bont.exe"
|