Skip to content

Commit ba4cc3b

Browse files
authored
Desktop file encoding issue (anomalyco#5490)
1 parent b19a424 commit ba4cc3b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/opencode/src/file/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ export namespace File {
8787
const tops = ["image", "audio", "video", "font", "model", "multipart"]
8888
if (tops.includes(top)) return true
8989

90-
if (type === "application/octet-stream") return true
91-
9290
const bins = [
9391
"zip",
9492
"gzip",

0 commit comments

Comments
 (0)