This commit is contained in:
Ivan Fontosh
2026-05-18 08:35:36 +08:00
parent 4e5d320c36
commit cfa067519d
6 changed files with 167 additions and 18 deletions
@@ -0,0 +1,5 @@
@echo off
REM Legacy: bump version in script, then Win/Linux (Mac files added later).
cd /d "%~dp0"
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0release-all.ps1" -Bump %*
if errorlevel 1 pause