support powershell

This commit is contained in:
KakaruHayate 2024-01-27 10:49:48 +08:00 committed by GitHub
parent 5688a26496
commit 47e113a7b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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