Add support for mode field, with CurseForge metadata lookup

Now always asks the user before proceeding past the point where optional mods could be selected and configured
When updating files, the hash is checked so an update isn't redownloaded if it already exists
Added DevMain file for running in a dev environment
This commit is contained in:
comp500
2022-05-22 21:20:52 +01:00
parent 92d6f68f1d
commit c6e304bc7f
12 changed files with 388 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
package link.infra.packwiz.installer
fun main(args: Array<String>) {
Main(args)
}