mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix: fix building UI project (#2794)
* fix: fix building UI project * fix makefile * inputspec instead of config --------- Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
@@ -47,7 +47,7 @@ export class S9pk {
|
||||
),
|
||||
)
|
||||
|
||||
return new S9pk(manifest, archive, source.length)
|
||||
return new S9pk(manifest, archive, source.size)
|
||||
}
|
||||
async icon(): Promise<DataUrl> {
|
||||
const iconName = Object.keys(this.archive.contents.contents).find(
|
||||
|
||||
3337
sdk/base/package-lock.json
generated
3337
sdk/base/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user