1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

update electron-packager; enable dark mode support for macOS mojave

This commit is contained in:
steve-o
2018-10-19 12:16:27 -05:00
parent ff3026686f
commit b004247478
3 changed files with 1496 additions and 25 deletions

View File

@@ -149,6 +149,7 @@ module.exports = function (grunt) {
case 'osx':
Object.assign(opts, {
platform: 'darwin',
darwinDarkModeSupport: true,
icon: path.join(__dirname, 'resources/app.icns'),
'app-category-type': 'public.app-category.developer-tools'
})