Skip to content

Commit

Permalink
Update to 2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambert360 committed Aug 20, 2021
1 parent 59e9409 commit 65f15e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion create_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions setup_appimage
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65f15e6

Please sign in to comment.