Skip to content

Commit

Permalink
Merge pull request #498 from flagsoft/master
Browse files Browse the repository at this point in the history
Add missing semi colon
  • Loading branch information
kessler authored Dec 18, 2018
2 parents 5922d97 + c363c0c commit 15643d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nwbuild
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if(argv.r) {
// Set default target platforms here
// Remove osx32 from default, nwjs didn't support osx32 yet
if (!options.platforms) {
options.platforms = ['osx64', 'win32', 'win64']
options.platforms = ['osx64', 'win32', 'win64'];
}

// Build App
Expand Down

0 comments on commit 15643d3

Please sign in to comment.