Преглед изворни кода

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

Dax Raad пре 2 месеци
родитељ
комит
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": {
   "bundle": {
     "active": true,
     "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"],
     "icon": ["icons/32x32.png", "icons/128x128.png", "icons/[email protected]", "icons/icon.icns", "icons/icon.ico"],
     "externalBin": ["sidecars/opencode-cli"],
     "externalBin": ["sidecars/opencode-cli"],
     "createUpdaterArtifacts": true,
     "createUpdaterArtifacts": true,