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/"; rootPath = "assets/";
#elseif console #elseif console
rootPath = lime.system.System.applicationDirectory; rootPath = lime.system.System.applicationDirectory;
#else #elseif (html5 || winrt)
rootPath = "./"; rootPath = "./";
#else
rootPath = "";
#end #end
} }