diff --git a/AppImage-Recipe.sh b/AppImage-Recipe.sh index 2707fe96b..7f301f44f 100755 --- a/AppImage-Recipe.sh +++ b/AppImage-Recipe.sh @@ -36,7 +36,7 @@ LOWERAPP="$(echo "$APP" | tr '[:upper:]' '[:lower:]')" VERSION="$2" mkdir -p $APP.AppDir -wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./functions.sh +wget -q https://github.com/AppImage/AppImages/raw/master/functions.sh -O ./functions.sh . ./functions.sh LIB_DIR=./usr/lib