15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"$schema": "https://schema.tauri.app/config/2",
|
|
"bundle": {
|
|
"targets": ["dmg", "app"],
|
|
"icon": [
|
|
"icons/icon.png",
|
|
"icons/icon.icns"
|
|
],
|
|
"category": "Utility",
|
|
"macOS": {
|
|
"entitlements": "entitlements.plist",
|
|
"minimumSystemVersion": "11.0"
|
|
}
|
|
}
|
|
} |