Skip to content

Commit

Permalink
ui(server): support for decompressing .7z files (#5016)
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 committed May 4, 2024
1 parent 7bfc265 commit 2ffe019
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/scripts/api/transformers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const rawDataToFileObject = (data: FractalResponseData): FileObject => ({
'application/x-xz', // .tar.xz, .xz
'application/zstd', // .tar.zst, .zst
'application/zip', // .zip
'application/x-7z-compressed', // .7z
].indexOf(this.mimetype) >= 0
);
},
Expand Down

0 comments on commit 2ffe019

Please sign in to comment.