feat: 添加便携模式和打包脚本,精简打包大小
This commit is contained in:
5
scripts/publish-portable.cmd
Normal file
5
scripts/publish-portable.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
setlocal
|
||||
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0publish-portable.ps1" %*
|
||||
exit /b %errorlevel%
|
||||
|
||||
Reference in New Issue
Block a user