1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-01-24 17:26:41 +00:00
Aquaria/appimage
2024-06-10 12:59:07 -04:00
..
.gitignore Github workflow and Windows build using MSYS2 2024-06-10 12:59:07 -04:00
aquaria.desktop Github workflow and Windows build using MSYS2 2024-06-10 12:59:07 -04:00
aquaria.png Github workflow and Windows build using MSYS2 2024-06-10 12:59:07 -04:00
README.md Github workflow and Windows build using MSYS2 2024-06-10 12:59:07 -04:00

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/