mirror of
https://github.com/artegoser/pimi-launcher-core.git
synced 2025-02-23 12:43:17 +03:00
[NOISSUE] Badge bump
This commit is contained in:
parent
6af7b10f86
commit
8afc62e2d2
2 changed files with 3 additions and 1 deletions
|
@ -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 })
|
||||
|
|
Loading…
Add table
Reference in a new issue