Clone submodules properly

This commit is contained in:
Cameron Gutman
2021-01-15 20:59:04 -06:00
parent 86bb2c8615
commit 46d7fa2636

View File

@@ -7,6 +7,7 @@ git clone https://github.com/moonlight-stream/moonlight-qt.git
cd moonlight-qt
git checkout $COMMIT
git log -1
git submodule update --init --recursive
# Grab the verson metadata
VERSION=`cat app/version.txt`