diff --git a/create_appimage.sh b/create_appimage.sh index 2961fef..2af922d 100755 --- a/create_appimage.sh +++ b/create_appimage.sh @@ -45,7 +45,7 @@ cp ./Tools/${UPDATETOOL_FILE} ${APPDIR_BIN} # Bake an AppImage with the update metadata export UPDATE_INFORMATION="${ZSYNC_STRING}"; -export VERSION="2.28" +export VERSION="2.29" ./Tools/${UPDATEPLUG_FILE} --appdir=./build/AppDir/; mv Faster_Project_Plus-$VERSION-x86_64.AppImage Faster_Project_Plus-x86-64.AppImage diff --git a/setup_appimage b/setup_appimage index dcf3679..4efcba5 100755 --- a/setup_appimage +++ b/setup_appimage @@ -40,9 +40,9 @@ UBPATCH=1 ARPATCH=0 # --- -FPPVERSION="2.28" +FPPVERSION="2.29" CONFIGNAME="fppconfig" -COMMITHASH="75123e34eac5b0f3204f32a116c389f95da0766a" +COMMITHASH="81e0a8f8a53f429b341d440ddb2d2b7802b66d52" CONFIGLINK="https://github.com/jlambert360/FPM-Installer/raw/master/config/$CONFIGNAME.tar.gz" GITCLONELINK="https://github.com/jlambert360/Ishiiruka" SdCardLink="https://github.com/jlambert360/FPM-AppImage/releases/download/v$FPPVERSION/ProjectPlusSd$FPPVERSION.tar.gz" @@ -100,7 +100,7 @@ then rm ./Binaries -r fi echo "Extracting config files..." -tar -xzf "./config/$FPPVERSION-$CONFIGNAME.tar.gz" --checkpoint-action='exec=printf "%d/72980480 records extracted.\r" $TAR_CHECKPOINT' --totals +tar -xzf "./config/$CONFIGNAME.tar.gz" --checkpoint-action='exec=printf "%d/72980480 records extracted.\r" $TAR_CHECKPOINT' --totals if [ -d "./Ishiiruka" ] then