set publish to false

This commit is contained in:
Ksenia Lebedeva 2023-08-04 13:18:38 +02:00
parent a6e563a9ae
commit 608aacd999
1 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,7 @@
"build": {
"appId": "com.github.choppu.keycard-certify",
"productName": "Keycard Certify",
"publish": false,
"files": [
"**/*",
"!tsconfig.json",
@ -21,8 +22,7 @@
],
"mac": {
"category": "public.app-category.utilities",
"target": "zip",
"publish": false
"target": "zip"
}
},
"author": "Ksenia Balistreri",