This commit is contained in:
Ivan Fontosh
2026-05-18 01:09:04 +08:00
parent 9f82a541fc
commit 744ead383d
14 changed files with 650 additions and 55 deletions
+4
View File
@@ -0,0 +1,4 @@
@echo off
cd /d "%~dp0"
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0publish.ps1" %*
if errorlevel 1 pause