瀏覽代碼

ci: add app bundle target to fix macOS updater by generating .app.tar.gz files

Dax Raad 3 月之前
父節點
當前提交
8b08e9cda5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/tauri/src-tauri/tauri.conf.json

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

@@ -19,7 +19,7 @@
   },
   "bundle": {
     "active": true,
-    "targets": ["deb", "rpm", "dmg", "nsis"],
+    "targets": ["deb", "rpm", "dmg", "nsis", "app"],
     "icon": ["icons/32x32.png", "icons/128x128.png", "icons/[email protected]", "icons/icon.icns", "icons/icon.ico"],
     "externalBin": ["sidecars/opencode-cli"],
     "createUpdaterArtifacts": true,