From b14c6866c4b5835b01d00cbca5f7b19e1069f96c Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Tue, 14 Nov 2017 09:05:47 -0800 Subject: [PATCH] Fix AIR install folder if company is blank (resolve #1109) --- templates/air/template/application.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/air/template/application.xml b/templates/air/template/application.xml index 688ecfa3f..774d31a73 100644 --- a/templates/air/template/application.xml +++ b/templates/air/template/application.xml @@ -31,7 +31,7 @@ ::WIN_FULLSCREEN:: ::if (WIN_HARDWARE)::true::end:: - ::APP_COMPANY::/::APP_TITLE:: + ::if (APP_COMPANY != "")::::APP_COMPANY::/::APP_TITLE::::else::::APP_TITLE::::end:: ::APP_TITLE:: ::if (icons != null)::::foreach icons:: ::path::::end::