mirror of
https://github.com/MAKS-IT-COM/maksit-webui.git
synced 2026-08-15 09:58:09 +02:00
5 lines
127 B
Batchfile
5 lines
127 B
Batchfile
@echo off
|
|
setlocal
|
|
pwsh -NoProfile -File "%~dp0engines\release\Invoke-ReleasePackage.ps1" -Mode single %*
|
|
exit /b %ERRORLEVEL%
|