[NOISSUE] Badge bump

This commit is contained in:
Pierce 2021-08-08 13:13:01 -07:00
parent 6af7b10f86
commit 8afc62e2d2
2 changed files with 3 additions and 1 deletions

View file

@ -439,6 +439,8 @@ class Handler {
json.libraries = this.cleanUp(json.libraries)
if (json.mavenFiles) json.mavenFiles = this.cleanUp(json.mavenFiles)
json.forgeWrapperVersion = this.options.overrides.fw.version
// Saving file for next run!
if (!fs.existsSync(path.join(this.options.root, 'forge', this.version.id))) {
fs.mkdirSync(path.join(this.options.root, 'forge', this.version.id), { recursive: true })