maksit-hamode/utils/Invoke-ReleasePackage.bat
2026-07-28 22:28:19 +02:00

5 lines
114 B
Batchfile

@echo off
setlocal
pwsh -NoProfile -File "%~dp0engines\release\Invoke-ReleasePackage.ps1" %*
exit /b %ERRORLEVEL%