Update the structure of the importable files to be able to copied directly for the release asset
This commit is contained in:
parent
9df92bfb76
commit
46c3cd09f6
4 changed files with 11 additions and 15 deletions
8
importable/artists.json
Normal file
8
importable/artists.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"FVTT": {
|
||||
"name": "Foundry Defaults",
|
||||
"links": [
|
||||
{ "name": "FoundryVTT", "url": "https://foundryvtt.com" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -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
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
Loading…
Add table
Add a link
Reference in a new issue