Update ManifestResources.hx
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user