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

Added libstdc++ to the appimage

parent 04244be2
No related branches found
No related tags found
No related merge requests found
[Desktop Entry]
Terminal=true
Categories=Utility
Categories=Utility;
Icon=macaon
Name=macaon
Type=Application
......
#! /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
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}')
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