Skip to content

Commit

Permalink
Also export credits in the JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Aug 20, 2023
1 parent 1a33ca6 commit 18a729b
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 @@ -181,6 +181,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 18a729b

Please sign in to comment.