sigyllly commited on
Commit
2660f1c
·
verified ·
1 Parent(s): 1289a88

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -2
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 nsDialogs.nsh
56
- !include LogicLib.nsh
 
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"