{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"productName": "Lazyeat",
|
|
"version": "0.3.11",
|
|
"identifier": "com.Lazyeat.maplelost",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Lazyeat",
|
|
"width": 800,
|
|
"height": 600,
|
|
"devtools": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"externalBin": ["bin/backend-py/Lazyeat Backend"],
|
|
"resources": {
|
|
"bin/backend-py/_internal": "_internal/",
|
|
"../model": "model/",
|
|
"../debug backend.bat": "/"
|
|
},
|
|
"macOS": {
|
|
"dmg": {
|
|
"appPosition": {
|
|
"x": 180,
|
|
"y": 170
|
|
},
|
|
"applicationFolderPosition": {
|
|
"x": 480,
|
|
"y": 170
|
|
},
|
|
"windowSize": {
|
|
"height": 400,
|
|
"width": 660
|
|
}
|
|
},
|
|
"files": {},
|
|
"hardenedRuntime": true,
|
|
"minimumSystemVersion": "10.13"
|
|
},
|
|
"targets": ["dmg", "msi"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/mac/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|