22 lines
522 B
JSON
22 lines
522 B
JSON
{
|
|
"assets": [],
|
|
"encryptLevel": 0,
|
|
"useFeatures": [],
|
|
"launchConfig": {
|
|
"displaySplash": true,
|
|
"hideLogs": false,
|
|
"splashText": "Powered by AutoJs6",
|
|
"stableMode": false
|
|
},
|
|
"main": "main.js",
|
|
"name": "%ProjectName%",
|
|
"optimization": {
|
|
"removeOpenCv": false,
|
|
"unusedResources": false
|
|
},
|
|
"packageName": "org.example.my_project",
|
|
"scripts": {},
|
|
"versionCode": 1,
|
|
"versionName": "1.0.0",
|
|
"ignore": ["build", "node_modules", "out"]
|
|
} |