Fix release targets

This commit is contained in:
Gregory Schier
2024-05-09 15:38:27 -07:00
parent f98f541a3d
commit bb47fda7e1
2 changed files with 8 additions and 1 deletions

View File

@@ -88,7 +88,14 @@
"protoc-vendored/include/*" "protoc-vendored/include/*"
], ],
"shortDescription": "The best API client", "shortDescription": "The best API client",
"targets": "all", "targets": [
"deb",
"appimage",
"nsis",
"app",
"dmg",
"updater"
],
"macOS": { "macOS": {
"exceptionDomain": "", "exceptionDomain": "",
"entitlements": "macos/entitlements.plist", "entitlements": "macos/entitlements.plist",