Checkout libs submodule for Steam Link too

This commit is contained in:
Cameron Gutman 2024-11-08 21:32:32 -06:00
parent 98f6a09991
commit 707dd3cb83

View file

@ -40,7 +40,7 @@ install:
before_build:
- 'git -c submodule.libs.update=none submodule update --init --recursive'
- cmd: 'git submodule update --init --recursive'
- sh: '[ "$BUILD_TARGET" != macos ] || git submodule update --init --recursive'
- sh: '[ "$BUILD_TARGET" = linux ] || git submodule update --init --recursive'
- cmd: 'set OLDPATH=%PATH%'
- cmd: 'set /p VERSION=<app\version.txt'
- sh: 'export VERSION=`cat app/version.txt`'