|
@@ -5,6 +5,18 @@
|
|
|
"devPath": "index.html"
|
|
|
},
|
|
|
"tauri": {
|
|
|
- "windows": [{}]
|
|
|
+ "bundle": {
|
|
|
+ "identifier": "app.tauri.tests.uninitialized-ipc",
|
|
|
+ "icon": [
|
|
|
+ "../../../examples/.icons/32x32.png",
|
|
|
+ "../../../examples/.icons/128x128.png",
|
|
|
+ "../../../examples/.icons/128x128@2x.png",
|
|
|
+ "../../../examples/.icons/icon.icns",
|
|
|
+ "../../../examples/.icons/icon.ico"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "windows": [
|
|
|
+ {}
|
|
|
+ ]
|
|
|
}
|
|
|
}
|