Skip to content

Commit

Permalink
Fix travis config and desktop file
Browse files Browse the repository at this point in the history
  • Loading branch information
thorpelawrence committed Jun 2, 2017
1 parent 76741fb commit 24d1900
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ after_success:
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs
- ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- mv ./pixsrt*.AppImage ./pixsrt-${TRAVIS_TAG}-gcc-64.AppImage
- mv ./Pixsrt*.AppImage ./pixsrt-${TRAVIS_TAG}-gcc-64.AppImage
- curl --upload-file ./pixsrt-${TRAVIS_TAG}-gcc-64.AppImage https://transfer.sh/pixsrt-${TRAVIS_TAG}-gcc-64.AppImage

deploy:
Expand Down
1 change: 0 additions & 1 deletion pixsrt.desktop
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Type=Application
Encoding=UTF-8
Expand Down

0 comments on commit 24d1900

Please sign in to comment.