mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38: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": {
|
"mac": {
|
||||||
"category": "public.app-category.developer-tools",
|
"category": "public.app-category.developer-tools",
|
||||||
"extendInfo": "build/Info.plist"
|
"extendInfo": "build/Info.plist",
|
||||||
|
"darkModeSupport": true
|
||||||
},
|
},
|
||||||
"deb": {
|
"deb": {
|
||||||
"afterInstall": "./build/linux/after-install.tpl"
|
"afterInstall": "./build/linux/after-install.tpl"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue