1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-01-24 17:26:41 +00:00
Aquaria/appimage/README.md

827 B

Creating AppImage

Downloading dependencies

Downloading linuxdeploy-x86_64.AppImage and appimagetool-x86_64.AppImage at:

Be sure that both AppImage are in the current directory and are executable

Generating the Aquaria AppImage

Compile the aquaria executable as specified in the project root README.md. Then put the executable in the current directory.

Now for the AppImage generation.

./linuxdeploy-x86_64.AppImage --executable aquaria --appdir AppDir --icon-file aquaria.png  --desktop-file aquaria.desktop
cp -rp ../files AppDir/usr/bin/override
./appimagetool-x86_64.AppImage AppDir/