From 7d7fe5360299a59aba43bd13cb597c07cbe7bfff Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 31 Oct 2017 11:51:25 +0100 Subject: [PATCH] https://github.com/AppImage/AppImageKit/ [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5a41c7..55f743b 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ script: - qmake CONFIG+=release PREFIX=/usr - make -j$(nproc) - make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/ - - wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage" + - wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" - chmod a+x linuxdeployqt*.AppImage - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs