Skip to content

Commit

Permalink
(ビルドスクリプトの不具合修正)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomk79 committed Oct 20, 2018
1 parent 10d022d commit 6d519a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ var nw = new NwBuilder({
})(packageJson) , // use the glob format
version: '0.21.1',// <- version number of node-webkit
flavor: 'sdk',
macIcns: './app/common/images/appicon-osx.icns',
winIco: './app/common/images/appicon-win.ico',
macIcns: './common/images/appicon-osx.icns',
winIco: './common/images/appicon-win.ico',
zip: false,
platforms: platforms
});
Expand Down

0 comments on commit 6d519a8

Please sign in to comment.