From dfdb576e374445820a63b7cd46e7dd4e2b3c3bc8 Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Tue, 13 Aug 2019 10:38:41 -0700 Subject: [PATCH] Update ManifestResources.hx --- templates/haxe/ManifestResources.hx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/haxe/ManifestResources.hx b/templates/haxe/ManifestResources.hx index e2c2f5fe2..e0235e251 100644 --- a/templates/haxe/ManifestResources.hx +++ b/templates/haxe/ManifestResources.hx @@ -41,8 +41,10 @@ import sys.FileSystem; rootPath = "assets/"; #elseif console rootPath = lime.system.System.applicationDirectory; - #else + #elseif (html5 || winrt) rootPath = "./"; + #else + rootPath = ""; #end }