Update ManifestResources.hx

This commit is contained in:
Joshua Granick
2019-08-13 10:38:41 -07:00
committed by GitHub
parent d0f15395a5
commit dfdb576e37

View File

@@ -41,8 +41,10 @@ import sys.FileSystem;
rootPath = "assets/";
#elseif console
rootPath = lime.system.System.applicationDirectory;
#else
#elseif (html5 || winrt)
rootPath = "./";
#else
rootPath = "";
#end
}