mirror of
https://github.com/DustinBrett/daedalOS.git
synced 2026-01-15 12:15:02 +00:00
This commit is contained in:
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 {};
|
||||
|
||||
Reference in New Issue
Block a user