Skip to content

Commit

Permalink
[.gitlab-ci] fix desktop file name
Browse files Browse the repository at this point in the history
  • Loading branch information
luspi committed Oct 22, 2021
1 parent 2fffa4c commit b475a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ appimage:
- ./linuxdeploy-plugin-qt-x86_64.AppImage --appimage-extract
- ./linuxdeploy-x86_64.AppImage --appimage-extract
- rm ./linuxdeploy-plugin-qt-x86_64.AppImage
- QML_SOURCES_PATHS=./qml ./squashfs-root/AppRun --appdir ./appdir/ -d ./appdir/usr/share/applications/photoqt.desktop --plugin=qt --output appimage
- QML_SOURCES_PATHS=./qml ./squashfs-root/AppRun --appdir ./appdir/ -d ./appdir/usr/share/applications/org.photoqt.photoqt.desktop --plugin=qt --output appimage
- mv ./PhotoQt*.AppImage PhotoQt-nightly.AppImage
- curl --data-binary @PhotoQt-nightly.AppImage ${UPLOAD_URL}

Expand Down

0 comments on commit b475a1e

Please sign in to comment.