support powershell

This commit is contained in:
KakaruHayate 2024-01-27 10:49:48 +08:00 committed by GitHub
parent 311bc97d7a
commit 281c2b0e61

View File

@ -1,2 +1,4 @@
runtime\python.exe webui.py
$ErrorActionPreference = "SilentlyContinue"
chcp 65001
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py"
pause