Skip to content

Commit

Permalink
Fix nw.js MacOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Jan 6, 2025
1 parent eb28bab commit 59c0214
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark/01-empty-app/nw.js/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ for(const arch of archs) {
'icon': './app/icon.ico',
'name': '01-empty-app',
'LSApplicationCategoryType': 'public.app-category.utilities',
'NSHumanReadableCopyright': 'See LICENSE.md - MIT',
'NSLocalNetworkUsageDescription': 'N/A',
}
});
console.log(`Building for ${arch} ... Done!`);
Expand Down
2 changes: 2 additions & 0 deletions benchmark/02-empty-app-frameless/nw.js/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ for(const arch of archs) {
'icon': './app/icon.ico',
'name': '02-empty-app-frameless',
'LSApplicationCategoryType': 'public.app-category.utilities',
'NSHumanReadableCopyright': 'See LICENSE.md - MIT',
'NSLocalNetworkUsageDescription': 'N/A',
}
});
console.log(`Building for ${arch} ... Done!`);
Expand Down

0 comments on commit 59c0214

Please sign in to comment.