mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00

* 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>
3 lines
114 B
Batchfile
3 lines
114 B
Batchfile
@echo off
|
|
powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0build.ps1""" %*"
|
|
exit /b %ErrorLevel%
|