From 4cbfc475de7ea41e5a19d759ab1a4892582e2ab6 Mon Sep 17 00:00:00 2001 From: Akira Ohgaki <akiraohgaki@gmail.com> Date: Tue, 20 Feb 2018 01:38:32 +0900 Subject: [PATCH] Qt 5.9.4 --- scripts/package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package b/scripts/package index 7038fc4..4bfe1cb 100755 --- a/scripts/package +++ b/scripts/package @@ -18,7 +18,7 @@ ci_appimage() { # docker-image: ubuntu:14.04 apt -y install libssl1.0.0 zlib1g unzip p7zip apt -y install software-properties-common - add-apt-repository -y ppa:beineri/opt-qt593-trusty + add-apt-repository -y ppa:beineri/opt-qt594-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 -- GitLab