Skip to content

Commit

Permalink
Fix AppImage repacking
Browse files Browse the repository at this point in the history
Former-commit-id: aa60f85
  • Loading branch information
tkashkin committed Sep 21, 2018
1 parent 6106f99 commit c52e54e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions appimage/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ appimage_pack()
set -e
echo "[appimage/build.sh] Packing AppImage"
cd "$BUILDROOT"
unset QTDIR; unset QT_PLUGIN_PATH; unset LD_LIBRARY_PATH
export VERSION="$_VERSION"
export LD_LIBRARY_PATH=$APPDIR/usr/lib:$LD_LIBRARY_PATH
"./$_LINUXDEPLOYQT" --appimage-extract
PATH=./squashfs-root/usr/bin:$PATH ./squashfs-root/usr/bin/appimagetool --no-appstream "$APPDIR"
}
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ branches:
- flatpak

image:
- Ubuntu1604
- Ubuntu1804
- Ubuntu1604

clone_folder: ~/build/GameHub
clone_depth: 1
Expand Down

0 comments on commit c52e54e

Please sign in to comment.