add GUI application

This commit is contained in:
lxsang
2021-05-06 17:26:01 +02:00
parent 12c55d1735
commit 2fc1a8cee4
11 changed files with 73 additions and 82 deletions

View File

@ -1,25 +1,33 @@
{
"pkgname": "libantosdk",
"name": "AntOSDK",
"name": "AntOS SDK builder",
"app": "libantosdk",
"description": "AntOS Software Development Kit",
"info": {
"author": "Xuan Sang LE",
"email": "mrsang@iohub.dev"
},
"version": "0.0.5-a",
"category": "Other",
"version": "0.0.6-a",
"category": "Development",
"iconclass": "fa fa-cog",
"mimes": [
"none"
"application/json"
],
"dependencies": [],
"locale": {
"en_GB": {
"Select build file": "Select build file",
"Invalid build file: {0}": "Invalid build file: {0}",
"Loaded: {0}": "Loaded: {0}",
"Unable to load build file: {0}: {1}": "Unable to load build file: {0}: {1}",
"Installing...": "Installing...",
"Running {0}...": "Running {0}...",
"{0} is not an application": "{0} is not an application",
"No target: {0}": "No target: {0}",
"### RUNNING STAGE: {0}###": "### RUNNING STAGE: {0}###"
"### RUNNING STAGE: {0}###": "### RUNNING STAGE: {0}###",
"AntOSDK Builder": "AntOSDK Builder",
"Run": "Run",
"Clear log": "Clear log"
}
}
}