Browse Source

tauri: change mainBinaryName to just OpenCode

Brendan Allan 3 tháng trước cách đây
mục cha
commit
96975ef8d6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/tauri/src-tauri/tauri.conf.json

+ 1 - 1
packages/tauri/src-tauri/tauri.conf.json

@@ -1,7 +1,7 @@
 {
   "$schema": "https://schema.tauri.app/config/2",
   "productName": "OpenCode",
-  "mainBinaryName": "OpenCode Desktop",
+  "mainBinaryName": "OpenCode",
   "version": "../package.json",
   "identifier": "ai.opencode.desktop",
   "build": {