maksit-hamode/utils/Invoke-ReleasePackage.bat
Maksym Sadovnychyy a005ca6cbe (feature): init
2026-06-20 16:21:09 +02:00

4 lines
114 B
Batchfile

@echo off
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0engines\release\Invoke-ReleasePackage.ps1" %*
pause