Skip to content
Snippets Groups Projects
Select Git revision
  • c4683d7f49f75124c3d0a38b274a6ccf75980ddf
  • master default protected
  • ccl
  • jardin
  • cms/general/lorem
  • cms/ccl/ca-marche
  • cms/grenier/index
  • content
  • preview
  • develop
  • deploy
  • test
12 results

staticman.html

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}')