Dax Raad 2 месяцев назад
Родитель
Сommit
74b5c285cf
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", "appimage"],
+    "targets": ["deb", "rpm", "dmg", "nsis"],
     "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"],
     "externalBin": ["sidecars/opencode"],
     "createUpdaterArtifacts": true,
     "createUpdaterArtifacts": true,