You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set Execution Policy for CurrentUserSet-ExecutionPolicy-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
以及
# Set Execution Policy for Process
[System.Environment]::SetEnvironmentVariable('PSExecutionPolicyPreference','RemoteSigned', [System.EnvironmentVariableTarget]::User)
The text was updated successfully, but these errors were encountered:
需求描述
为兼容各平台和用户习惯提供更丰富的 build 脚本.
解决方案
基于当前的 ./scripts/build.sh, 额外提供:
其他信息
Powershell 在 windows 上默认禁止运行脚本; 可能需要提前执行命令:
以及
The text was updated successfully, but these errors were encountered: