mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-18 20:46:30 +02:00
Change manifest file back to packwiz.json
This commit is contained in:
parent
783e35cf73
commit
d98baaf832
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user