mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Support dark mode on macOS (#3687)
This commit is contained in:
parent
d946b688d9
commit
b2ff1fab42
1 changed files with 2 additions and 1 deletions
|
|
@ -158,7 +158,8 @@
|
|||
},
|
||||
"mac": {
|
||||
"category": "public.app-category.developer-tools",
|
||||
"extendInfo": "build/Info.plist"
|
||||
"extendInfo": "build/Info.plist",
|
||||
"darkModeSupport": true
|
||||
},
|
||||
"deb": {
|
||||
"afterInstall": "./build/linux/after-install.tpl"
|
||||
|
|
|
|||
Loading…
Reference in a new issue