Skip to content

Commit

Permalink
fix type in nwbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
kessler committed Jun 8, 2018
1 parent a23f7f2 commit ba7843a
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', 'win63']
options.platforms = ['osx64', 'win32', 'win64']
}

// Build App
Expand Down

1 comment on commit ba7843a

@kessler
Copy link
Contributor Author

@kessler kessler commented on ba7843a Jun 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that's suppose to be "typo"

Please sign in to comment.