Browse Source

Desktop file encoding issue (#5490)

Cameron 4 months ago
parent
commit
ba4cc3bf86
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/opencode/src/file/index.ts

+ 0 - 2
packages/opencode/src/file/index.ts

@@ -87,8 +87,6 @@ export namespace File {
     const tops = ["image", "audio", "video", "font", "model", "multipart"]
     if (tops.includes(top)) return true
 
-    if (type === "application/octet-stream") return true
-
     const bins = [
       "zip",
       "gzip",