[READ-ONLY] Mirror of https://github.com/probablykasper/embler. Turn binaries into applications npmjs.com/package/embler
app builder cli dmg macos node package packager
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix issue with copyright and darkmode plist entries

Kasper (Aug 16, 2020, 10:01 PM +0200) 3712347f a39e1dab

+2 -2
+2 -2
src/build.js
··· 107 107 CFBundlePackageType: 'APPL', 108 108 CFBundleShortVersionString: options.version, 109 109 CFBundleVersion: options.version, 110 - NSHumanReadableCopyright: `Copyright © ${year} ${options.author}`, 110 + NSHumanReadableCopyright: options.copyright, 111 111 LSUIElement: options.backgroundApp, 112 - NSRequiresAquaSystemAppearance: !darkModeSupport, 112 + NSRequiresAquaSystemAppearance: !options.darkModeSupport, 113 113 } 114 114 if (options.category) data.LSApplicationCategoryType = options.category 115 115 for (const [key, value] of Object.entries(options.mac.customInfo)) {