Fix targets

This commit is contained in:
Gregory Schier
2024-07-25 13:33:00 -07:00
parent 203cbc5788
commit 0ff3ec304c

View File

@@ -59,7 +59,14 @@
"../plugin-runtime/build": "plugin-runtime" "../plugin-runtime/build": "plugin-runtime"
}, },
"shortDescription": "Play with APIs, intuitively", "shortDescription": "Play with APIs, intuitively",
"targets": "all", "targets": [
"app",
"appimage",
"deb",
"dmg",
"nsis",
"rpm"
],
"iOS": { "iOS": {
"developmentTeam": "7PU3P6ELJ8" "developmentTeam": "7PU3P6ELJ8"
}, },