From d0f15395a564470e89b333e4d919272c03072b4b Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Mon, 12 Aug 2019 14:48:55 -0700 Subject: [PATCH] Asset manifest fix --- templates/haxe/ManifestResources.hx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/haxe/ManifestResources.hx b/templates/haxe/ManifestResources.hx index b0e825220..e2c2f5fe2 100644 --- a/templates/haxe/ManifestResources.hx +++ b/templates/haxe/ManifestResources.hx @@ -41,10 +41,8 @@ import sys.FileSystem; rootPath = "assets/"; #elseif console rootPath = lime.system.System.applicationDirectory; - #elseif (winrt) - rootPath = "./"; #else - rootPath = ""; + rootPath = "./"; #end }