Skip to content

Commit 88aba16

Browse files
committed
Clean up install more
1 parent 23e4da5 commit 88aba16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sconstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ if apiSigningToken:
197197
retval = 1 # error value
198198
for targetFile in target:
199199
if (abspath := targetFile.abspath).endswith((".exe", ".dll")):
200-
ps_cmd = f"PowerShell -ExecutionPolicy bypass -File appveyor\scripts\sign.ps1 -ApiToken {apiSigningToken} -FileToSign {abspath}"
200+
ps_cmd = f"PowerShell -ExecutionPolicy Bypass -Scope CurrentUser -File appveyor\scripts\sign.ps1 -ApiToken {apiSigningToken} -FileToSign {abspath}"
201201
if (retval := env.Execute(ps_cmd, shell=True)) != 0:
202202
print(f"Error signing file: {abspath}")
203203
return retval

0 commit comments

Comments
 (0)