mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-22 02:01:49 +03:00
14 lines
285 B
JSON
14 lines
285 B
JSON
{
|
|
"build": {
|
|
"devPath": "http://localhost:4000",
|
|
"distDir": "../dist"
|
|
},
|
|
"tauri": {
|
|
"whitelist": {
|
|
"all": true
|
|
},
|
|
"bundle": {
|
|
"icon": ["icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"]
|
|
}
|
|
}
|
|
} |