Change manifest file back to packwiz.json

This commit is contained in:
comp500 2022-07-17 14:26:46 +01:00
parent 783e35cf73
commit d98baaf832

View File

@ -101,7 +101,7 @@ class Main(args: Array<String>) {
cmd.getOptionValue("multimc-folder")?.let{ PackwizFilePath(it.toPath()) } ?: PackwizFilePath("..".toPath())
}
val manifestFile = ui.wrap("Invalid manifest file path") {
packFolder / (cmd.getOptionValue("meta-file") ?: "manifest.json")
packFolder / (cmd.getOptionValue("meta-file") ?: "packwiz.json")
}
// Start update process!