mirror of https://github.com/tauri-apps/tauri
add identifier field.
This commit is contained in:
parent
0c141f4922
commit
0aeb87a26c
|
@ -10,6 +10,7 @@
|
|||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"identifier": "com.example.app",
|
||||
"icon": [
|
||||
"icons/32x32.png", "icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"
|
||||
]
|
||||
|
@ -30,4 +31,4 @@
|
|||
"active": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue