File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,7 +25,16 @@ after_success:
2525 - chmod a+x linuxdeployqt*.AppImage
2626 - unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
2727 - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -bundle-non-qt-libs
28- - ./linuxdeployqt*.AppImage ./appdir/usr/share/applications/*.desktop -appimage
28+ - cp ./resources/pixsrt.desktop ./appdir
29+ - cp ./resources/pixsrt.png ./appdir
30+ - mkdir -p ./appdir/usr/share/icons/default/256x256/apps/
31+ - cp ./resources/Pixsrt256.png ./appdir/usr/share/icons/default/256x256/apps/Pixsrt.png
32+ - wget -c "https://github.com/probonopd/AppImageKit/raw/master/desktopintegration" -O ./appdir/usr/bin/pixsrt.wrapper
33+ - chmod a+x ./appdir/usr/bin/pixsrt.wrapper
34+ - ( cd ./appdir/ ; rm AppRun ; ln -s ./usr/bin/pixsrt.wrapper AppRun )
35+ - wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
36+ - chmod a+x appimagetool-x86_64.AppImage
37+ - ./appimagetool-x86_64.AppImage ./appdir/
2938 - find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
3039 - mv ./Pixsrt*.AppImage ./pixsrt-${TRAVIS_TAG}-${CC}-64.AppImage
3140 - curl --upload-file ./pixsrt-${TRAVIS_TAG}-${CC}-64.AppImage https://transfer.sh/pixsrt-${TRAVIS_TAG}-${CC}-64.AppImage
Original file line number Diff line number Diff line change 11[Desktop Entry]
22Type =Application
3- Encoding =UTF-8
43Name =Pixsrt
54Comment =Pixel sorter
65Exec =pixsrt
76Icon =pixsrt
8- Terminal =False
You can’t perform that action at this time.
0 commit comments