Moved the appimage project into the main tree
[citadel.git] / appimage / citadel.AppDir / AppRun
1 #!/bin/bash
2
3 export LD_LIBRARY_PATH=$APPDIR/usr/lib
4 export PATH=$APPDIR/usr/bin
5 exec $APPDIR/ctdlvisor