1
0
mirror of https://github.com/tw93/Mole.git synced 2026-03-23 00:50:08 +00:00

fix(windows): bypass installer execution policy

Refs #612
This commit is contained in:
Tw93
2026-03-21 19:19:57 +08:00
parent 746bb2c956
commit 982aa6ecb2
4 changed files with 30 additions and 14 deletions

View File

@@ -370,7 +370,7 @@ Expand-Archive release/mole-1.0.0-x64.zip -DestinationPath test-install
# Test installation
cd test-install/mole-1.0.0-x64
.\install.ps1
powershell -ExecutionPolicy Bypass -File .\install.ps1
# Verify mole works
mole --version