Skip to content

Commit

Permalink
Update icon property expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
NotRyken committed Jan 17, 2025
1 parent 74d41bc commit c55e937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/multiloader-common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ processResources {
"mod_id": mod_id,
"mod_name": mod_name,
"mod_description": mod_description,
"mod_icon": "assets/" + mod_id + "/icon.png",
"mod_icon": "assets/${mod_id}/icon.png",
"mod_owner": mod_owner,
"mod_authors_list": asJsonList(mod_authors),
"mod_contributors_list": asJsonList(mod_contributors),
Expand Down

0 comments on commit c55e937

Please sign in to comment.