We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b7efe commit 6755b86Copy full SHA for 6755b86
README.md
@@ -177,7 +177,6 @@ script:
177
- make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/
178
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
179
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
180
- - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
181
# export VERSION=... # linuxdeployqt uses this for naming the file
182
- ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage
183
0 commit comments