Skip to content

Commit

Permalink
Also export credits in the JSON (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin authored Aug 20, 2023
1 parent ea06470 commit 174ad7f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions development/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ class JSONMetadataFile extends BuildFile {
if (image) {
extension.image = image;
}
if (metadata.by.length) {
extension.by = metadata.by;
}
if (metadata.original.length) {
extension.original = metadata.original;
}

extensions.push(extension);
}

Expand Down

0 comments on commit 174ad7f

Please sign in to comment.