瀏覽代碼

tauri: change mainBinaryName to just OpenCode

Brendan Allan 2 月之前
父節點
當前提交
96975ef8d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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": {