Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmerAL committed Feb 22, 2016
1 parent 6c65b9b commit 687acf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ module.exports = function (grunt) {
platform: 'darwin',
arch: 'x64',
icon: "icon.icns",
ignore: 'dist/app',
}
},
windowsBuild: {
Expand All @@ -85,6 +86,7 @@ module.exports = function (grunt) {
'app-version': '1.0.1',
platform: 'win32',
arch: 'all',
ignore: 'dist/app',
}
},
linuxBuild: {
Expand All @@ -96,6 +98,7 @@ module.exports = function (grunt) {
'app-version': '1.0.1',
platform: 'linux',
arch: 'all',
ignore: 'dist/app',
}
}
}
Expand Down

0 comments on commit 687acf1

Please sign in to comment.