6 lines
206 B
Batchfile
6 lines
206 B
Batchfile
@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
|