upgrade 1.1

This commit is contained in:
Julian Freeman
2025-12-25 17:19:25 -04:00
parent e1dfcf3f97
commit 77e23e34ff
6 changed files with 19 additions and 6 deletions

View File

@@ -23,4 +23,4 @@ echo Calling main.ps1...
:: -ExecutionPolicy Bypass: 绕过默认的脚本执行策略限制
:: -File: 指定要运行的脚本文件
powershell.exe -NoExit -NoProfile -ExecutionPolicy Bypass -File ".\main.ps1"
powershell.exe -NoExit -NoProfile -ExecutionPolicy Bypass -File ".\bin\main.ps1"