mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add bundles to individual files
This commit is contained in:
parent
b684d59bdb
commit
d55c0009f4
1 changed files with 5 additions and 0 deletions
|
|
@ -266,6 +266,11 @@ class BuildLists {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Add App Bundles
|
||||||
|
if ( !!listEntry?.bundleIds ) {
|
||||||
|
listEntry.bundles = await this.getAppBundles( listEntry )
|
||||||
|
}
|
||||||
|
|
||||||
// console.log(`Saving endpoint "${endpoint}" to "${endpointPath}"`)
|
// console.log(`Saving endpoint "${endpoint}" to "${endpointPath}"`)
|
||||||
|
|
||||||
// Ensure the directory exists
|
// Ensure the directory exists
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue