mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-04-27 15:50:57 -07:00
Fix system dark mode is not detected in macOS Catalina (#16)
This commit is contained in:
parent
aa7d3ca01b
commit
2452c5defe
1 changed files with 1 additions and 0 deletions
1
dist.js
1
dist.js
|
|
@ -27,6 +27,7 @@ const opts = {
|
|||
gatekeeperAssess: false,
|
||||
entitlements: 'build-resources/entitlements.mac.plist',
|
||||
entitlementsInherit: 'build-resources/entitlements.mac.plist',
|
||||
darkModeSupport: true,
|
||||
},
|
||||
afterSign: (context) => {
|
||||
const shouldNotarize = context.electronPlatformName === 'darwin' && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue