Skip to content

Commit

Permalink
Fix build regression (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
martpie committed Jan 14, 2016
1 parent 02022dd commit 8bb1c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const options = {
// required
'dir' : './',
'name' : 'museeks',
'platform' : ['linux'],
'arch' : ['x64'],
'platform' : ['darwin', 'win32', 'linux'],
'arch' : ['ia32', 'x64'],
'version' : '0.36.3',
'build-version' : app.version,
'app-version' : app.version,
Expand Down

0 comments on commit 8bb1c09

Please sign in to comment.