Skip to content

Commit 81eac3e

Browse files
committed
feat: intal support for deb
1 parent 1098bfd commit 81eac3e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src-tauri/tauri.conf.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@
103103
"category": "DeveloperTool",
104104
"copyright": "Copyright (c) 2022 - present Core.ai",
105105
"deb": {
106-
"depends": []
106+
"depends": [
107+
"libwebkit2gtk-4.0-37",
108+
"libgtk-3-0"
109+
]
107110
},
108111
"appimage": {
109112
"bundleMediaFramework": true
@@ -133,6 +136,7 @@
133136
],
134137
"shortDescription": "Phoenix is a modern open-source IDE for the web, built for the browser",
135138
"targets": [
139+
"deb",
136140
"appimage",
137141
"nsis",
138142
"app",
@@ -406,4 +410,4 @@
406410
}
407411
]
408412
}
409-
}
413+
}

0 commit comments

Comments
 (0)