Skip to content
Snippets Groups Projects
Unverified Commit 4b27f29d authored by akiraohgaki's avatar akiraohgaki Committed by GitHub
Browse files

Merge pull request #19 from opendesktop/develop

Develop
parents e141f05f ea1636c7
No related branches found
No related tags found
No related merge requests found
{
"id": "ocs-manager",
"name": "ocs-manager",
"version": "0.5.1",
"version": "0.5.2",
"organization": "Opendesktop.org",
"domain": "org.opendesktop.ocs-manager",
"icon": ":/desktop/ocs-manager.svg",
......
#!/bin/sh
PKGNAME='ocs-manager'
PKGVER='0.5.1'
PKGVER='0.5.2'
PKGREL='1'
curl -L -o linuxdeployqt "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
......
......@@ -49,7 +49,6 @@ build_appimage() {
apt update -qq
apt -y install build-essential libgl1-mesa-dev qt59base qt59websockets
source /opt/qt59/bin/qt59-env.sh
curl -fsSL https://cmake.org/files/v3.10/cmake-3.10.0-rc5-Linux-x86_64.tar.gz | tar -xz --strip-components=1 -C /
apt -y install libssl-dev libcurl3 libcurl3-gnutls libcurl4-gnutls-dev libxpm-dev
......@@ -58,7 +57,7 @@ build_appimage() {
export HOME="/home/${PKGUSER}"
chown -R ${PKGUSER}:${PKGUSER} "${PROJDIR}"
su -c "sh "${BUILDSCRIPT}" ${BUILDTYPE}" ${PKGUSER}
su -c "source /opt/qt59/bin/qt59-env.sh && sh "${BUILDSCRIPT}" ${BUILDTYPE}" ${PKGUSER}
transfer_file "$(find "${PROJDIR}/build_"*${BUILDTYPE} -type f -name "${PKGNAME}*.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