refractor: add missing MacOS depencies for tauri application
This commit is contained in:
15
desktop-client/src-tauri/tauri.macos.conf.json
Normal file
15
desktop-client/src-tauri/tauri.macos.conf.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user