Skip to content

Commit

Permalink
change: fix osx build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
steelcode468 committed Jul 30, 2017
1 parent 8718262 commit 9a3c156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/pack.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ module.exports = function (gulp, packageJson) { 'use strict';

gulp.task('pack-osx', (next) => {
electronPackager(_.extend(RELEASE_SETTINGS, {
'app-bundle-id': 'io.kongdash',
appBundleId: 'io.kongdash',
platform: 'darwin',
arch: 'all',
icon: 'resources/icons/kongdash-256x256.icns'
Expand Down

0 comments on commit 9a3c156

Please sign in to comment.