We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611c315 commit b1876f7Copy full SHA for b1876f7
.electron-vue/buildDmg.js
@@ -3,7 +3,7 @@ const buildDmg = require('electron-installer-dmg')
3
const VERSION = process.env.npm_package_version;
4
const options = {
5
appPath: path.join(__dirname, '../build/vhue-darwin-x64/vhue.app'),
6
- name: `vhue-${VERSION}`,
+ name: `vhue-${VERSION}-mac`,
7
title: 'Install vhue',
8
icon: path.join(__dirname, '../build/icons/icon.icns'),
9
out: path.join(__dirname, '../build/dmg'),
0 commit comments