Update tauri.conf.json with new icon paths and resources
This commit is contained in:
@@ -23,7 +23,19 @@
|
|||||||
},
|
},
|
||||||
"bundle": {
|
"bundle": {
|
||||||
"identifier": "com.skymap.gen",
|
"identifier": "com.skymap.gen",
|
||||||
"resources": ["../generate_equirect.py", "../default.png"]
|
"icon": [
|
||||||
|
"icons/32x32.png",
|
||||||
|
"icons/128x128.png",
|
||||||
|
"icons/128x128@2x.png",
|
||||||
|
"icons/icon.icns",
|
||||||
|
"icons/icon.ico"
|
||||||
|
],
|
||||||
|
"resources": [
|
||||||
|
"../generate_equirect.py",
|
||||||
|
"../default.png",
|
||||||
|
"../configs",
|
||||||
|
"../output"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"windows": [
|
"windows": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user