mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 13:06: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())
|
cmd.getOptionValue("multimc-folder")?.let{ PackwizFilePath(it.toPath()) } ?: PackwizFilePath("..".toPath())
|
||||||
}
|
}
|
||||||
val manifestFile = ui.wrap("Invalid manifest file path") {
|
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!
|
// Start update process!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user