cmdline exec changed

This commit is contained in:
Kaushal Kumar Agarwal 2018-08-20 17:24:01 +05:30 committed by GitHub
parent 64b1729685
commit 8a29dee189
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
"icon": "Icon/AternaLove.png", "icon": "Icon/AternaLove.png",
"type": "Cmdline", "type": "Cmdline",
"location": "apps/Aterna-Love", "location": "apps/Aterna-Love",
"exec": "./auto-aterna-love.sh" "exec": "'bash -c ./auto-aterna-love.sh;bash'"
}, },
{ {
"id": "3", "id": "3",
@ -78,7 +78,7 @@
"icon": "Icon/Xcertify.png", "icon": "Icon/Xcertify.png",
"type": "Cmdline", "type": "Cmdline",
"location": "apps/Xcertify/", "location": "apps/Xcertify/",
"exec": "./xcertify" "exec": "'bash -c ./xcertify;bash'"
} }
] ]
} }