Skip to content

Commit 3102a10

Browse files
committed
chore: remove icon
1 parent b051d85 commit 3102a10

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed
-4.06 KB
Binary file not shown.
-420 Bytes
Binary file not shown.

fixtures/tauri-apps/basic/src-tauri/tauri.conf.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"bundle": {
3636
"active": true,
3737
"targets": "all",
38-
"identifier": "com.tauri.basic",
39-
"icon": ["icons/icon.ico", "icons/icon.png"]
38+
"identifier": "com.tauri.basic"
4039
},
4140
"security": {
4241
"csp": null
@@ -50,8 +49,7 @@
5049
"width": 800,
5150
"height": 600,
5251
"resizable": true,
53-
"fullscreen": false,
54-
"icon": null
52+
"fullscreen": false
5553
}
5654
]
5755
},

0 commit comments

Comments
 (0)