Skip to content

Commit

Permalink
Merge branch 'feature-packager' into 1.4.0
Browse files Browse the repository at this point in the history
* feature-packager:
  icon path was wrong
  • Loading branch information
averissimo committed Dec 1, 2016
2 parents 9e6b2c1 + 66d8fd0 commit 1530a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ archOpts = ['x64','ia32']
deploy_options = {
dir: path.join __dirname, 'app'
asar: false
icon: path.join __dirname, 'ui', 'icons', 'icon'
icon: path.join __dirname, 'src', 'icons', 'icon'
out: outdeploy
overwrite: true
win32metadata: {
Expand Down

0 comments on commit 1530a2f

Please sign in to comment.