From 2db402cd5f4b6f1b5f23af4e7355ec9325c1d626 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Thu, 2 Aug 2018 01:49:46 +0800 Subject: [PATCH] Add manifest. --- com.gitlab.matrique.json => org.eu.encom.matrique.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename com.gitlab.matrique.json => org.eu.encom.matrique.json (89%) diff --git a/com.gitlab.matrique.json b/org.eu.encom.matrique.json similarity index 89% rename from com.gitlab.matrique.json rename to org.eu.encom.matrique.json index 20749ca..9588962 100644 --- a/com.gitlab.matrique.json +++ b/org.eu.encom.matrique.json @@ -1,6 +1,6 @@ { - "id": "com.gitlab.matrique", + "id": "org.eu.encom.matrique", "rename-icon": "matrique", "rename-desktop-file": "matrique.desktop", "runtime": "org.kde.Platform", @@ -19,7 +19,7 @@ "name": "matrique", "buildsystem": "simple", "build-commands": [ - "qmake .", + "qmake matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler", "make -j4", "ls -l", "install -D matrique /app/bin/matrique",