Skip to content

Commit

Permalink
Build AppImages with static filenames (fixes AppImageCommunity#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Nov 11, 2018
1 parent cf29501 commit 0a8b76d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/build-appimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ for app in appimageupdatetool AppImageUpdate; do

if [ "$app" == "AppImageUpdate" ]; then export EXTRA_FLAGS=("--plugin" "qt"); fi

# overwrite AppImage filename to get static filenames
# see https://github.com/AppImage/AppImageUpdate/issues/89
export OUTPUT="$app"-"$ARCH".AppImage

# bundle application
./linuxdeploy-"$ARCH".AppImage --appdir "$app".AppDir --output appimage "${EXTRA_FLAGS[@]}" -d "$REPO_ROOT"/resources/"$app".desktop -i "$REPO_ROOT"/resources/AppImage.svg
done
Expand Down

0 comments on commit 0a8b76d

Please sign in to comment.