1 Star 0 Fork 11

橙果粒/electerm

forked from ZHAOXudong/electerm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
electron-builder.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
ZHAOXudong 提交于 2022-06-30 19:35 . Fix snap upload (#2546)
{
"appId": "org.electerm.electerm",
"directories": {
"app": "work/app",
"output": "dist",
"buildResources": "node_modules/@electerm/electerm-resource/build-res"
},
"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"]
},
"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/yyy520/electerm.git
git@gitee.com:yyy520/electerm.git
yyy520
electerm
electerm
master

搜索帮助