Skip to content

Commit

Permalink
Fix AppImage build
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Thomssen committed May 5, 2017
1 parent 2934376 commit 88219c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy.linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cp -a $QTDIR/plugins/xcbglintegrations dist/opt/redtimer/plugins
deploy/linuxdeployqt dist/opt/redtimer/redtimercli -qmldir=gui/qml -verbose=2
deploy/linuxdeployqt dist/opt/redtimer/redtimer -qmldir=gui/qml -appimage -bundle-non-qt-libs -verbose=2

mv RedTimer-x86_64.AppImage $PREFIX.AppImage
mv RedTimer*.AppImage $PREFIX.AppImage

##################### DEB/RPM creation #####################

Expand Down

0 comments on commit 88219c2

Please sign in to comment.