7 Star 72 Fork 11

ZHAOXudong/electerm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
electron-builder.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
{
"appId": "org.electerm.electerm",
"directories": {
"app": "work/app",
"output": "dist",
"buildResources": "node_modules/@electerm/electerm-resource/build-res"
},
"electronLanguages": ["en-US"],
"asar": true,
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"win": {
"target": ["tar.gz", "appx", "nsis"],
"icon": "node_modules/@electerm/electerm-resource/build/icons-win.ico",
"publish": ["github"]
},
"appx": {
"applicationId": "electerm",
"identityName": "64159ZHAOXudong.electerm",
"publisher": "CN=9F481654-170A-434C-8259-984D2EB1FD7F",
"publisherDisplayName": "ZHAO Xudong"
},
"nsis": {
"oneClick": false,
"artifactName": "${productName}-${version}-${os}-${arch}-installer.${ext}",
"allowToChangeInstallationDirectory": true
},
"mac": {
"category": "public.app-category.developer-tools",
"target": "dmg",
"icon": "node_modules/@electerm/electerm-resource/build/icons.icns",
"publish": ["github"],
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "./build/entitlements.plist",
"entitlementsInherit": "./build/entitlements.plist",
"notarize": {
"teamId": "__teamId"
}
},
"dmg": {
"contents": [
{
"x": 110,
"y": 190
},
{
"x": 440,
"y": 190,
"type": "link",
"path": "/Applications"
}
]
},
"linux": {
"category": "Development;System;TerminalEmulator",
"icon": "node_modules/@electerm/electerm-resource/res/imgs",
"target": [
"rpm",
"deb",
"tar.gz",
"snap"
],
"publish": ["github"]
},
"snap": {
"confinement": "classic",
"publish": ["github"]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/github-zxdong262/electerm.git
git@gitee.com:github-zxdong262/electerm.git
github-zxdong262
electerm
electerm
master

搜索帮助