Files
qiweimanager-master/启动开发.bat
yuanzhipeng 1ca66dc0af docs(batch): 更新批处理脚本注释
更新启动开发和打包批处理脚本中的注释内容,
使描述更加简洁明了,并统一为英文注释。
2026-06-26 14:40:44 +08:00

7 lines
171 B
Batchfile

@echo off
chcp 65001 >nul
cd /d "%~dp0"
rem Start local Wails development environment.
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0scripts\dev.ps1" %*
pause