From c43a40a45506722d70889a7ed6a1663c957ea073 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Mon, 16 Oct 2023 17:29:45 +0200 Subject: [PATCH] Update packaging_script_AppImage.sh --- packaging_script_AppImage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_script_AppImage.sh b/packaging_script_AppImage.sh index 32e731b86..f502ef879 100644 --- a/packaging_script_AppImage.sh +++ b/packaging_script_AppImage.sh @@ -9,7 +9,7 @@ git reset --hard origin/master cd .. # get updates -#git pull --recurse-submodules +git pull --recurse-submodules git pull GITCOMMIT=$(git rev-parse --short HEAD)