summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2021-11-19 17:36:57 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2021-11-19 17:36:57 -0500
commit44cd873c12158cfdcef7572c0b15d89c364a411c (patch)
treed3a74dd2288f5150c146ac0c2f1101394ec0d24e /cmake
parentPreliminary gstreamer 1.20 compatibility (diff)
downloadnheko-44cd873c12158cfdcef7572c0b15d89c364a411c.tar.xz
Update macOS icon package to macOS-y style. Thanks quinn
Diffstat (limited to 'cmake')
-rw-r--r--cmake/MacOSXBundleInfo.plist.in2
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>