Skip to content

Commit

Permalink
Its always the release until it isnt
Browse files Browse the repository at this point in the history
  • Loading branch information
jsj1027 committed Feb 5, 2021
1 parent adccece commit 691ac05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ ! -e ./Tools/${UPDATETOOL_FILE} ]; then
fi

pwd;
./Tools/${LINUXDEPLOY_FILE} --appdir=./build/AppDir --executable ./build/Binaries/ishiiruka -d ./build/faster-project-plus.desktop -i ./build/Binaries/ishiiruka.png
./Tools/${LINUXDEPLOY_FILE} --appdir=./build/AppDir --executable ./build/Binaries/ishiiruka -d ./build/faster-project-plus.desktop -i ./Data/ishiiruka.svg

# Add the Sys dir to the AppDir for packaging
cp -r ./Data/Sys/ ${APPDIR_BIN}
Expand All @@ -49,5 +49,5 @@ export VERSION="2.25"
./Tools/${UPDATEPLUG_FILE} --appdir=./build/AppDir/;

mv Faster_Project_Plus-$VERSION-x86_64.AppImage Faster_Project_Plus-x86-64.AppImage
mv Faster_Project_plus-$VERSION-x86_64.AppImage.zsync Faster_Project_Plus-x86-64.AppImage.zsync
mv Faster_Project_Plus-$VERSION-x86_64.AppImage.zsync Faster_Project_Plus-x86-64.AppImage.zsync

0 comments on commit 691ac05

Please sign in to comment.