diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2021-11-19 17:36:57 -0500 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2021-11-19 17:36:57 -0500 |
commit | 44cd873c12158cfdcef7572c0b15d89c364a411c (patch) | |
tree | d3a74dd2288f5150c146ac0c2f1101394ec0d24e /cmake | |
parent | Preliminary gstreamer 1.20 compatibility (diff) | |
download | nheko-44cd873c12158cfdcef7572c0b15d89c364a411c.tar.xz |
Update macOS icon package to macOS-y style. Thanks quinn
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/MacOSXBundleInfo.plist.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in index 7391a6fa..b95de173 100644 --- a/cmake/MacOSXBundleInfo.plist.in +++ b/cmake/MacOSXBundleInfo.plist.in @@ -32,5 +32,7 @@ <string>${MACOSX_BUNDLE_COPYRIGHT}</string> <key>NSPrincipalClass</key> <string>NSApplication</string> + <key>NSHighResolutionCapable</key> + <true/> </dict> </plist> |