Add different Linux targets. Choices are many.
... | ... | @@ -7,6 +7,7 @@ |
"capacitorId": "", | ||
"author": "Timotej Ecimovic <timotej.ecimovic@silabs.com>", | ||
"private": true, | ||
"homepage": "https://github.com/project-chip/zap", | ||
"main": "src-electron/main-process/electron-main.js", | ||
"scripts": { | ||
"lic": "node src-script/license-check.js --production", | ||
... | ... | @@ -118,6 +119,15 @@ |
"mac": { | ||
"category": "public.app-category.developer-tools" | ||
}, | ||
"linux": { | ||
"target": [ | ||
"snap", | ||
"AppImage", | ||
"deb", | ||
"rpm", | ||
"tar.xz" | ||
] | ||
}, | ||
"directories": { | ||
"buildResources": "resource-build", | ||
"output": "dist" | ||
... | ... |
想要评论请 注册 或 登录