Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Jul 31, 2021
1 parent ce37d54 commit 6e2e8cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.completions
.meta
/build/
/_upload/
_upload/
reports
logs
docs
Expand Down
3 changes: 2 additions & 1 deletion voodoo/src/main/kotlin/voodoo/pack/VersionPack.kt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ data class VersionPack(
multimcOptions = PackOptions.MultiMC(
relativeSelfupdateUrl = packageConfiguration.voodoo.relativeSelfupdateUrl,
instanceCfg = packageConfiguration.multimc.instanceCfg
)
),
userFiles = packageConfiguration.userFiles
),
entrySet = mods.flatMap { (overrideKey, modsList) ->
modsList.map { entry ->
Expand Down

0 comments on commit 6e2e8cd

Please sign in to comment.