Fix targets

This commit is contained in:
Gregory Schier
2024-07-25 13:33:00 -07:00
parent d347f2db77
commit c92472dbac

View File

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