Fix release targets

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

View File

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