mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 03:03:37 +02:00
Fix release targets
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user