From b5042eae2d612210e83dd00c3b100d23d95b79e8 Mon Sep 17 00:00:00 2001 From: Inso <insomniak.fr@gmail.com> Date: Mon, 1 Feb 2016 21:29:18 +0100 Subject: [PATCH] Enable high res on macos --- sakia.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sakia.spec b/sakia.spec index 5b5a252c..3a4f0e06 100644 --- a/sakia.spec +++ b/sakia.spec @@ -61,6 +61,9 @@ if is_darwin: app = BUNDLE(exe, name='sakia.app', icon='sakia.ico', - bundle_identifier=None) + bundle_identifier=None, + info_plist={ + 'NSHighResolutionCapable': 'True' + },) -- GitLab