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