New native extraction path

This commit is contained in:
Fierelier 2021-06-17 21:52:03 +02:00
parent afb4b4e435
commit fb2fdadf18

View File

@ -308,7 +308,7 @@ def main():
libraryPath = p(lv["gamePath"],"libraries") libraryPath = p(lv["gamePath"],"libraries")
nativePath = p(lv["gamePath"],"natives") nativePath = p(lv["gamePath"],"natives")
versionPath = p(lv["gamePath"],"versions",lv["version"]) versionPath = p(lv["gamePath"],"versions",lv["version"])
nativesOutPath = p(versionPath,"natives-" +lv["osName"]+ "." +lv["jvmArch"]) nativesOutPath = p(lv["gamePath"],"natives-extracted",lv["version"],lv["osName"]+ "." +lv["jvmArch"])
assetsPath = p(lv["gamePath"],"assets") assetsPath = p(lv["gamePath"],"assets")
print("Scanning .json(s)...") print("Scanning .json(s)...")