40 lines
897 B
JSON
40 lines
897 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/tooling/cli/schema.json",
|
|
"productName": "Concept Maker",
|
|
"version": "0.1.0",
|
|
"identifier": "com.giers.conceptmaker",
|
|
"build": {
|
|
"beforeDevCommand": "npm run prepare:tauri-dev",
|
|
"beforeBuildCommand": "npm run prepare:tauri-build",
|
|
"devUrl": "http://127.0.0.1:5173",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "Idea -> Concept",
|
|
"width": 1200,
|
|
"height": 820,
|
|
"minWidth": 900,
|
|
"minHeight": 640
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"externalBin": [
|
|
"binaries/concept-api"
|
|
],
|
|
"icon": [
|
|
"icons/icon.png",
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|