1 Star 0 Fork 4

tc310/desktop-dashboard

forked from miaoys/desktop-dashboard 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 998 Bytes
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
pluginOptions: {
electronBuilder: {
preload: 'src/preload.js',
builderOptions: {
productName: "desktop-dashboard",
appId: "com.gitee.desktop.dashboard",
directories: {
"output": "./dist_electron" //输出文件路径
},
dmg: {
contents: [
{
x: 410,
y: 150,
type: "link",
path: "/Applications"
},
{
x: 130,
y: 150,
type: "file"
}
]
},
linux: {
icon: "./public/icons/icon.svg",
target: "deb"
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/tc310/desktop-dashboard.git
git@gitee.com:tc310/desktop-dashboard.git
tc310
desktop-dashboard
desktop-dashboard
master

搜索帮助