Skip to content

Commit a79a2c9

Browse files
committed
Use ExecutionPolicy unrestricted for the people who use the zip download of the sources
1 parent e43ba8c commit a79a2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
2-
powershell -NoProfile -File %~dp0\%~n0.ps1 -Arguments %*
2+
powershell -NoProfile -ExecutionPolicy Unrestricted -File %~dp0\%~n0.ps1 -Arguments %*
33
exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)