From 33c4970712ccc22b76af5a24198d19e482387cf4 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 23 Oct 2017 09:11:32 -0700 Subject: [PATCH] Enable retina support in AIR application.xml template (resolve #1096) --- templates/air/template/application.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/air/template/application.xml b/templates/air/template/application.xml index 70d961f39..c0a97e643 100644 --- a/templates/air/template/application.xml +++ b/templates/air/template/application.xml @@ -64,4 +64,7 @@ ]]> + + ::if WIN_ALLOW_HIGH_DPI::high::else::standard::end:: + \ No newline at end of file