diff --git a/templates/haxe/ManifestResources.hx b/templates/haxe/ManifestResources.hx index e0235e251..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 (html5 || winrt) - rootPath = "./"; #else - rootPath = ""; + rootPath = "./"; #end }