Skip to content
Snippets Groups Projects
Select Git revision
  • c32aa33274b2eac232f243264f3f78c5e1e63497
  • master default protected
  • develop
  • 0.0.3
  • 0.0.2
  • 0.0.1
  • 0.0.0
7 results

MANIFEST.in

Blame
  • buildAppImage.sh 307 B
    #! /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 -l $(ldd AppDir/usr/bin/macaon | grep "stdc++" | awk '{print $3}')