mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2025-12-06 00:20:05 +01:00
This commit is contained in:
parent
26288032cd
commit
cf0725445c
File diff suppressed because one or more lines are too long
4018
public/System/7zip/7zz.umd.js
Normal file
4018
public/System/7zip/7zz.umd.js
Normal file
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
|
@ -96,7 +96,7 @@ export const unarchive = async (
|
|||
data: Buffer
|
||||
): Promise<Unzipped> => {
|
||||
if (!window.SevenZip) {
|
||||
await loadFiles(["System/7zip/7zz.es6.js"]);
|
||||
await loadFiles(["System/7zip/7zz.umd.js"]);
|
||||
}
|
||||
|
||||
if (!window.SevenZip) return {};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user