mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 16:11:38 +03:00
29 lines
477 B
JSON
29 lines
477 B
JSON
{
|
|
"build": {
|
|
"devPath": "../dist",
|
|
"distDir": "../dist",
|
|
"withGlobalTauri": true
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": true
|
|
},
|
|
"bundle": {
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
],
|
|
"identifier": "fixture.app"
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "Fixture",
|
|
"visible": false
|
|
}
|
|
]
|
|
}
|
|
}
|