Skip to content
Snippets Groups Projects
Commit 98d5bdaa authored by akiraohgaki's avatar akiraohgaki
Browse files

Add appimage.sh

parent 2f04b3dc
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
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
./linuxdeployqt.AppImage ocs-manager.AppDir/usr/share/applications/ocs-manager.desktop -bundle-non-qt-libs -no-translations
./linuxdeployqt.AppImage ocs-manager.AppDir/usr/share/applications/ocs-manager.desktop -appimage
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