Update the structure of the importable files to be able to copied directly for the release asset

This commit is contained in:
Oliver 2026-02-07 00:23:54 -07:00
parent 9df92bfb76
commit 46c3cd09f6
4 changed files with 11 additions and 15 deletions

8
importable/artists.json Normal file
View file

@ -0,0 +1,8 @@
{
"FVTT": {
"name": "Foundry Defaults",
"links": [
{ "name": "FoundryVTT", "url": "https://foundryvtt.com" }
]
}
}

View file

@ -79,21 +79,9 @@ async function main() {
};
};
const data = {
images,
artists: {
FVTT: { // Using a custom artist ID since this is an import anyway
name: `Foundry Defaults`,
links: [
{ name: `FoundryVTT`, url: `https://foundryvtt.com` }
]
}
},
};
await writeFile(
`importable/foundry.json`,
JSON.stringify(data),
`importable/images.json`,
JSON.stringify(images),
);
};

1
importable/images.json Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long