1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 09:34:49 +09:00
Satori/eng/common/build.cmd
Viktor Hofer 4068acbe48
Update eng/common files manually to latest without Arcade itself (#97167)
* Update eng/common files manually to latest without Arcade itself

* Use package version from the arcade update

Use version number that actually exists. The one we have in `main` doesn't.

---------

Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com>
2024-01-19 09:10:25 +01:00

3 lines
114 B
Batchfile

@echo off
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0build.ps1""" %*"
exit /b %ErrorLevel%