init
This commit is contained in:
commit
c3ee96429c
46 changed files with 6006 additions and 0 deletions
38
neutralino.config.json
Normal file
38
neutralino.config.json
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"applicationId": "js.neutralino.zero",
|
||||
"version": "1.0.0",
|
||||
"defaultMode": "window",
|
||||
"documentRoot": "/www/dist/",
|
||||
"url": "/",
|
||||
"enableServer": true,
|
||||
"enableNativeAPI": true,
|
||||
"nativeAllowList": ["app.*"],
|
||||
"modes": {
|
||||
"window": {
|
||||
"title": "myapp",
|
||||
"width": 800,
|
||||
"height": 500,
|
||||
"minWidth": 400,
|
||||
"minHeight": 200,
|
||||
"icon": "/www/dist/favicon.ico"
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"binaryName": "myapp",
|
||||
"resourcesPath": "/www/dist/",
|
||||
"extensionsPath": "/extensions/",
|
||||
"clientLibrary": "/www/public/neutralino.js",
|
||||
"binaryVersion": "6.1.0",
|
||||
"clientVersion": "6.1.0"
|
||||
},
|
||||
"buildScript": {
|
||||
"mac": {
|
||||
"architecture": ["x64", "arm64", "universal"],
|
||||
"minimumOS": "10.13.0",
|
||||
"appName": "myapp",
|
||||
"appBundleName": "myapp",
|
||||
"appIdentifier": "com.marketmix.ext.bun.demo",
|
||||
"appIcon": "/packaging/pucoti.icns"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue