Skip to content

Commit

Permalink
Fix for Mac building typo
Browse files Browse the repository at this point in the history
See #100
  • Loading branch information
adam-lynch committed Nov 26, 2014
1 parent aa3f357 commit 9195163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ NwBuilder.prototype.mergeAppFiles = function () {
// zip just copy the app.nw
copiedFiles.push(Utils.copyFile(
self.getZipFile(name),
path.resolve(platform.releasePath, self.options.appName+'.app', 'Contents', 'Resources', 'nw.icns')
path.resolve(platform.releasePath, self.options.appName+'.app', 'Contents', 'Resources', 'app.nw')
));
}
} else {
Expand Down

0 comments on commit 9195163

Please sign in to comment.