Skip to content
Snippets Groups Projects
Commit 04244be2 authored by Franck Dary's avatar Franck Dary
Browse files

Added script to create AppImage

parent 05217688
No related branches found
No related tags found
No related merge requests found
icon.png
\ No newline at end of file
[Desktop Entry]
Terminal=true
Categories=Utility
Icon=macaon
Name=macaon
Type=Application
Exec=macaon
#! /bin/bash
rm -rf AppDir && cp -r ../AppDirTemplate AppDir && cmake .. -DCMAKE_INSTALL_PREFIX=/usr && make -j && make install DESTDIR=AppDir && linuxdeploy --appdir AppDir -d AppDir/macaon.desktop -i AppDir/macaon.svg --output appimage
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment