goldberg_emulator/build_win_release_experimental.bat
redpolline 611cf69206 Fix CI to use BAT files only for win build.
For consistency have the CI use the same build path as
the end-user builds.

Use where.exe from wine-10.0.

CI's version is a stub. Use one that actually works, until the CI gets
updated.
2025-02-08 11:14:59 -05:00

10 lines
191 B
Batchfile
Executable File

@echo off
cd /d "%~dp0"
IF NOT "%1" == "" ( SET JOB_COUNT=%~1 )
SET SKIP_EXPERIMENTAL_STEAMCLIENT_BUILD=1
SET SKIP_STEAMCLIENT_LOADER=1
call build_win_release_experimental_steamclient.bat