Skip to content

Commit

Permalink
Use full version in json
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed May 8, 2024
1 parent 90f66ad commit 1341afc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@
else:
if 'com.cleanroommc:cleanroom' in kd['name']:
dep = metautil.DependencyBuilder()
cleanroom_name = kd['name'].split('+')[0]
dep.set_name(f"{cleanroom_name}-universal")
dep.set_name(f"{kd['name']}-universal")
dep.set_mmc_hint('local')
cleanroom_patches_json['libraries'].append(dep.build())
else:
Expand Down

0 comments on commit 1341afc

Please sign in to comment.