From da82fff011407bb7249fec149617926a3f8b3524 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Mon, 16 Oct 2023 18:03:19 +0200 Subject: [PATCH] Update packaging_script_AppImage.sh --- packaging_script_AppImage.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging_script_AppImage.sh b/packaging_script_AppImage.sh index f502ef879..8d0abc3db 100644 --- a/packaging_script_AppImage.sh +++ b/packaging_script_AppImage.sh @@ -9,6 +9,8 @@ git reset --hard origin/master cd .. # get updates +git submodule init +git submodule update git pull --recurse-submodules git pull