Skip to content
Snippets Groups Projects
Commit 17e670ff authored by akiraohgaki's avatar akiraohgaki
Browse files

Merge branch 'develop'

parents 5cba0f96 e90647d8
No related branches found
No related tags found
No related merge requests found
{
"id": "ocs-manager",
"name": "ocs-manager",
"version": "0.6.4",
"version": "0.6.5",
"organization": "Opendesktop.org",
"domain": "org.opendesktop.ocs-manager",
"icon": ":/desktop/ocs-manager.svg",
......
#!/bin/bash
PKGNAME='ocs-manager'
PKGVER='0.6.4'
PKGVER='0.6.5'
PKGREL='1'
curl -fsSL -o linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
......
......@@ -18,7 +18,7 @@ ci_appimage() { # docker-image: ubuntu:14.04
apt -y install libfontconfig1 libfreetype6 libssl1.0.0 zlib1g unzip p7zip unar
apt -y install software-properties-common
add-apt-repository -y ppa:beineri/opt-qt595-trusty
add-apt-repository -y ppa:beineri/opt-qt596-trusty
echo 'deb http://download.opensuse.org/repositories/home:/TheAssassin:/AppImageLibraries/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/curl-httponly.list
curl -fsSL https://download.opensuse.org/repositories/home:TheAssassin:AppImageLibraries/xUbuntu_14.04/Release.key | apt-key add -
apt update -qq
......
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