1 Star 2 Fork 0

dda/package-update-inspector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 777 Bytes
一键复制 编辑 原始数据 按行查看 历史
dda 提交于 2020-05-06 19:58 . initial commit
const path = require('path')
function resolve (dir) {
return path.join(__dirname, dir)
}
module.exports = {
chainWebpack: (config) => {
},
pluginOptions: {
electronBuilder: {
builderOptions: {
appId: 'com.lhd.pui',
productName: '包更新检查器',
artifactName: '${name}-${version}.${ext}',
win: {
icon: './public/icon.ico',
target: 'nsis'
},
nsis: {
oneClick: false,
allowElevation: true,
perMachine: true,
allowToChangeInstallationDirectory: true,
createDesktopShortcut: true,
createStartMenuShortcut: true
},
mac: {
icon: './public/icon.icns',
target: 'dmg'
}
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/dda/package-update-inspector.git
[email protected]:dda/package-update-inspector.git
dda
package-update-inspector
package-update-inspector
master

搜索帮助