mirror of
https://github.com/RetroDECK/AppImages.git
synced 2025-04-11 02:55:09 +00:00
Add git submodule update after cloning repository in appimage_maker.sh
This commit is contained in:
parent
088b3ef255
commit
ead6b13ea1
|
@ -38,6 +38,7 @@ fi
|
|||
if [ ! -d "$CLONE_DIR" ]; then
|
||||
echo "Cloning repository: $REPO_URL in $CLONE_DIR"
|
||||
git clone "$REPO_URL" "$CLONE_DIR"
|
||||
git submodule update --init --recursive
|
||||
fi
|
||||
|
||||
pushd "$CLONE_DIR" > /dev/null
|
||||
|
|
Loading…
Reference in a new issue