add build scripts

This commit is contained in:
Félix Dorn 2025-06-19 13:00:16 +02:00
parent c3ee96429c
commit 1d2190d68e
26 changed files with 1327 additions and 6 deletions

View file

@ -9,7 +9,7 @@
"nativeAllowList": ["app.*"],
"modes": {
"window": {
"title": "myapp",
"title": "Pucoti",
"width": 800,
"height": 500,
"minWidth": 400,
@ -18,7 +18,7 @@
}
},
"cli": {
"binaryName": "myapp",
"binaryName": "pucoti",
"resourcesPath": "/www/dist/",
"extensionsPath": "/extensions/",
"clientLibrary": "/www/public/neutralino.js",
@ -29,9 +29,9 @@
"mac": {
"architecture": ["x64", "arm64", "universal"],
"minimumOS": "10.13.0",
"appName": "myapp",
"appBundleName": "myapp",
"appIdentifier": "com.marketmix.ext.bun.demo",
"appName": "pucoti",
"appBundleName": "pucoti",
"appIdentifier": "com.pucoti.app",
"appIcon": "/packaging/pucoti.icns"
}
}