mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +10:00
slight bug fixes and clean up
This commit is contained in:
@ -29,7 +29,6 @@ class ManifestGenerator {
|
||||
if (overlays.length == 0) {
|
||||
return Object.fromEntries(
|
||||
Object.entries(rootManifest.manifest).map(([key, value]) => {
|
||||
console.log(key, value);
|
||||
return [
|
||||
key,
|
||||
Object.assign({}, value, { versionName: rootManifest.versionName }),
|
||||
|
||||
Reference in New Issue
Block a user