29 lines
644 B
JSON
29 lines
644 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 dev",
|
|
"beforeBuildCommand": "npm run build",
|
|
"devUrl": "http://localhost:5173",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"title": "Idea -> Concept",
|
|
"width": 1200,
|
|
"height": 820,
|
|
"minWidth": 900,
|
|
"minHeight": 640
|
|
}
|
|
]
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"icon": ["icons/icon.png"]
|
|
}
|
|
}
|