mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-20 09:11:55 +03:00
a178f95d68
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
30 lines
548 B
JSON
30 lines
548 B
JSON
{
|
|
"$schema": "../../../../../../../../core/config-schema/schema.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
|
|
}
|
|
]
|
|
}
|
|
}
|