Skip to content
Snippets Groups Projects
appimage.sh 549 B
Newer Older
akiraohgaki's avatar
akiraohgaki committed
#!/bin/sh
akiraohgaki's avatar
akiraohgaki committed

sh scripts/import.sh
qmake PREFIX="/usr"
make
make INSTALL_ROOT="ocs-manager.AppDir" install

curl -L -o linuxdeployqt.AppImage "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
chmod 755 linuxdeployqt.AppImage
akiraohgaki's avatar
akiraohgaki committed
./linuxdeployqt.AppImage --appimage-extract
akiraohgaki's avatar
akiraohgaki committed

akiraohgaki's avatar
akiraohgaki committed
./squashfs-root/AppRun ocs-manager.AppDir/usr/share/applications/ocs-manager.desktop -bundle-non-qt-libs -no-translations
./squashfs-root/AppRun ocs-manager.AppDir/usr/share/applications/ocs-manager.desktop -appimage