support powershell
parent
5688a26496
commit
47e113a7b2
@ -1,2 +1,4 @@
|
|||||||
runtime\python.exe webui.py
|
$ErrorActionPreference = "SilentlyContinue"
|
||||||
|
chcp 65001
|
||||||
|
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py"
|
||||||
pause
|
pause
|
||||||
|
Loading…
Reference in New Issue