Skip to content

Commit b1876f7

Browse files
committedSep 8, 2019
added os type to dmg name
1 parent 611c315 commit b1876f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.electron-vue/buildDmg.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const buildDmg = require('electron-installer-dmg')
33
const VERSION = process.env.npm_package_version;
44
const options = {
55
appPath: path.join(__dirname, '../build/vhue-darwin-x64/vhue.app'),
6-
name: `vhue-${VERSION}`,
6+
name: `vhue-${VERSION}-mac`,
77
title: 'Install vhue',
88
icon: path.join(__dirname, '../build/icons/icon.icns'),
99
out: path.join(__dirname, '../build/dmg'),

0 commit comments

Comments
 (0)