13 lines
262 B
JSON
13 lines
262 B
JSON
|
|
{
|
||
|
|
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||
|
|
"bundle": {
|
||
|
|
"icon": [
|
||
|
|
"icons/macos/32x32.png",
|
||
|
|
"icons/macos/128x128.png",
|
||
|
|
"icons/macos/128x128@2x.png",
|
||
|
|
"icons/macos/icon.icns",
|
||
|
|
"icons/macos/icon.ico"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|