Support dark mode on macOS (#3687)

This commit is contained in:
Pablo P Varela 2019-06-14 01:28:02 +02:00 committed by Benjamin Staneck
parent d946b688d9
commit b2ff1fab42

View file

@ -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"