Skip to content

Commit

Permalink
create appimage
Browse files Browse the repository at this point in the history
  • Loading branch information
jplsek committed Mar 24, 2019
1 parent 478fde7 commit babc3d5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 25 deletions.
13 changes: 13 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ build_script:
after_build:
- cmd: nmake package
- sh: make package
# Appimage setup
- sh: make DESTDIR=root install
- sh: wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
- sh: chmod +x linuxdeployqt*.AppImage
- sh: unset QTDIR; unset QT_PLUGIN_PATH; unset LD_LIBRARY_PATH
# Add some libraries that don't get detected
- sh: mkdir -p root/usr/local/{qml/QtQuick,plugins}
- sh: cp -r /opt/qt510/qml/QtQuick/Dialogs root/usr/local/qml/QtQuick
- sh: cp -r /opt/qt510/plugins/xcbglintegrations root/usr/local/plugins
# Run linuxdeployqt to find libaries and make appimage
- sh: ./linuxdeployqt*.AppImage root/usr/local/share/applications/puush-qt.desktop -qmldir=/opt/qt510/qml -bundle-non-qt-libs -appimage

artifacts:
- path: build\puush-qt-*-win64.zip
Expand All @@ -41,3 +52,5 @@ artifacts:
name: self extracting shell script
- path: build\puush-qt-*-Linux.deb
name: debian package
- path: build\puush-qt*.Appimage
name: appimage
25 changes: 0 additions & 25 deletions lin-installer/create_appimage.sh

This file was deleted.

0 comments on commit babc3d5

Please sign in to comment.