mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 18:11:38 -05:00
Add PowerShell ExecutionPolicy
in build.sh
This commit is contained in:
parent
dbeab7deb3
commit
6017fb5efe
1 changed files with 5 additions and 1 deletions
|
@ -41,7 +41,11 @@ nearleyc src/grammars/bracketexpr.ne \
|
|||
> src/grammars/.bracketexpr.generated.ts
|
||||
|
||||
if [ "$(isWindowsMinGW)" == "True" ]; then
|
||||
powershell native/win_install.ps1 -DebugDirBase native
|
||||
powershell \
|
||||
-NoProfile \
|
||||
-InputFormat None \
|
||||
-ExecutionPolicy Bypass \
|
||||
native/win_install.ps1 -DebugDirBase native
|
||||
else
|
||||
native/install.sh local
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue