sigyllly commited on
Commit
a4e304f
·
verified ·
1 Parent(s): afe2575

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -2
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')