Skip to content

Commit f30c8c2

Browse files
committed
Fix macOS build: Add app and dmg targets to bundle configuration
1 parent d66a33d commit f30c8c2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@
5353
"targets": [
5454
"deb",
5555
"rpm",
56-
"appimage"
56+
"appimage",
57+
"app",
58+
"dmg"
5759
],
5860
"icon": [
5961
"icons/32x32.png",
@@ -74,7 +76,8 @@
7476
"deb": {
7577
"depends": ["libwebkit2gtk-4.1-0", "libgtk-3-0"]
7678
}
77-
}, "macOS": {
79+
},
80+
"macOS": {
7881
"frameworks": [],
7982
"minimumSystemVersion": "10.15",
8083
"exceptionDomain": "",

0 commit comments

Comments
 (0)