mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-28 05:50:21 +00:00
Checkout libs submodule for Steam Link too
This commit is contained in:
parent
98f6a09991
commit
707dd3cb83
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ install:
|
||||||
before_build:
|
before_build:
|
||||||
- 'git -c submodule.libs.update=none submodule update --init --recursive'
|
- 'git -c submodule.libs.update=none submodule update --init --recursive'
|
||||||
- cmd: 'git 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 OLDPATH=%PATH%'
|
||||||
- cmd: 'set /p VERSION=<app\version.txt'
|
- cmd: 'set /p VERSION=<app\version.txt'
|
||||||
- sh: 'export VERSION=`cat app/version.txt`'
|
- sh: 'export VERSION=`cat app/version.txt`'
|
||||||
|
|
Loading…
Reference in a new issue