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:
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user