Add manifest.
This commit is contained in:
parent
c35039ffc6
commit
2db402cd5f
|
@ -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",
|
Loading…
Reference in New Issue