Add manifest.

This commit is contained in:
Black Hat
2018-08-02 01:49:46 +08:00
parent c35039ffc6
commit 2db402cd5f

View File

@@ -1,6 +1,6 @@
{ {
"id": "com.gitlab.matrique", "id": "org.eu.encom.matrique",
"rename-icon": "matrique", "rename-icon": "matrique",
"rename-desktop-file": "matrique.desktop", "rename-desktop-file": "matrique.desktop",
"runtime": "org.kde.Platform", "runtime": "org.kde.Platform",
@@ -19,7 +19,7 @@
"name": "matrique", "name": "matrique",
"buildsystem": "simple", "buildsystem": "simple",
"build-commands": [ "build-commands": [
"qmake .", "qmake matrique.pro -spec linux-g++ CONFIG+=qtquickcompiler",
"make -j4", "make -j4",
"ls -l", "ls -l",
"install -D matrique /app/bin/matrique", "install -D matrique /app/bin/matrique",