4 Star 3 Fork 1

白羊李志远/BBG

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
electron-builder.json 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
so1ve 提交于 2022-07-01 16:47 . chore(format): first commit
{
"productName": "Baiyang-lzy's Blog Generator",
"appId": "com.github.baiyang-lzy.bbg",
"asar": true,
"files": [
"dist/electron/**/*",
"./main.js",
"App/**/*",
"resources/**/*"
],
"electronDownload": {
"version": "19.0.2"
},
"extraFiles": [
"LICENSE"
],
"fileAssociations": [
{
"name": "BBGThemeFile",
"ext": "bbgtheme",
"description": "BBG's theme file"
},
{
"name": "BBGThemeFile2",
"ext": "bbgtheme2",
"description": "BBG's next theme file"
}
],
"win": {
"artifactName": "bbg-${arch}-win.${ext}",
"target": {
"target": "nsis",
"arch": [
"ia32",
"x64"
]
}
},
"nsis": {
"artifactName": "bbg-${arch}.${ext}",
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"linux": {
"artifactName": "bbg-${arch}.${ext}",
"executableName": "bbg",
"description": "A static blog generator based on Electron Technology.",
"desktop": {
"StartupWMClass": "bbg",
"Keywords": "bbg;"
},
"target": [
"deb",
"tar.gz",
"Appimage"
]
},
"dmg": {
"artifactName": "bbg-${arch}.${ext}",
"window": {
"width": 540,
"height": 380
},
"contents": [
{
"x": 410,
"y": 230,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 230,
"type": "file"
}
]
},
"mac": {
"artifactName": "bbg-${arch}-mac.${ext}",
"target": [
{
"target": "dmg",
"arch": [
"x64",
"arm64"
]
}
],
"type": "distribution",
"darkModeSupport": true
},
"directories": {
"buildResources": "resources"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/baiyang-lzy/bbg.git
git@gitee.com:baiyang-lzy/bbg.git
baiyang-lzy
bbg
BBG
master

搜索帮助