We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1098bfd commit 81eac3eCopy full SHA for 81eac3e
1 file changed
src-tauri/tauri.conf.json
@@ -103,7 +103,10 @@
103
"category": "DeveloperTool",
104
"copyright": "Copyright (c) 2022 - present Core.ai",
105
"deb": {
106
- "depends": []
+ "depends": [
107
+ "libwebkit2gtk-4.0-37",
108
+ "libgtk-3-0"
109
+ ]
110
},
111
"appimage": {
112
"bundleMediaFramework": true
@@ -133,6 +136,7 @@
133
136
],
134
137
"shortDescription": "Phoenix is a modern open-source IDE for the web, built for the browser",
135
138
"targets": [
139
+ "deb",
140
"appimage",
141
"nsis",
142
"app",
@@ -406,4 +410,4 @@
406
410
}
407
411
]
408
412
409
-}
413
+}
0 commit comments