Julius {l Wrote}:Other that that, look into snaps, appimages and flatpacks
I'm trying AppImage now. I have to say that the document of AppImage is terrible; I'm using pkg2appimage script to create AppImage file and there is almost no document at all.
I manage to run pkg2appimage on Travis CI without errors, but I can't find the generated AppImage file
The last few lines of the log is
- {l Code}: {l Select All Code}
......
/home/travis/build/acmepjz/meandmyshadow/MeAndMyShadow/MeAndMyShadow.AppDir/usr/lib/x86_64-linux-gnu/liblua5.2.so.0.0.0 used for determining architecture x86_64
/home/travis/build/acmepjz/meandmyshadow/MeAndMyShadow/MeAndMyShadow.AppDir/usr/lib/libmodplug.so.1.0.0 used for determining architecture x86_64
Using architecture x86_64
App name for filename: Me_and_My_Shadow
meandmyshadow{.png,.svg,.svgz,.xpm} defined in desktop file but not found
For example, you could put a 256x256 pixel png into
/home/travis/build/acmepjz/meandmyshadow/MeAndMyShadow/MeAndMyShadow.AppDir/meandmyshadow.png
Desktop file: /home/travis/build/acmepjz/meandmyshadow/MeAndMyShadow/MeAndMyShadow.AppDir/meandmyshadow.desktop
/home/travis/build/acmepjz/meandmyshadow/MeAndMyShadow/MeAndMyShadow.AppDir should be packaged as Me_and_My_Shadow-.glibc2.14-x86_64.AppImage
But I can't find the packaged file! Although the last line of the log mentioned it. I even use ls -R to list all files recursively but it's still not found.
Does anyone have any ideas? The repository is
https://github.com/acmepjz/meandmyshadow and full log can be downloaded at
https://travis-ci.org/acmepjz/meandmyshadow .