use patched updater plugin + disable appimage

This commit is contained in:
Brendan Allan
2026-01-09 18:11:17 +08:00
parent a618fbe8cf
commit 4b8a0ed14e
5 changed files with 7 additions and 5 deletions

View File

@@ -173,7 +173,7 @@
},
"packages/desktop": {
"name": "@opencode-ai/desktop",
"version": "1.1.8",
"version": "1.1.5",
"dependencies": {
"@opencode-ai/app": "workspace:*",
"@opencode-ai/ui": "workspace:*",

View File

@@ -1,7 +1,7 @@
{
"name": "@opencode-ai/desktop",
"private": true,
"version": "1.1.8",
"version": "1.1.5",
"type": "module",
"license": "MIT",
"scripts": {

View File

@@ -4690,8 +4690,7 @@ dependencies = [
[[package]]
name = "tauri-plugin-updater"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27cbc31740f4d507712550694749572ec0e43bdd66992db7599b89fbfd6b167b"
source = "git+https://github.com/tauri-apps/plugins-workspace?rev=f3d75f7abb536ba70d1746801096af6d9be7f8b1#f3d75f7abb536ba70d1746801096af6d9be7f8b1"
dependencies = [
"base64 0.22.1",
"dirs",

View File

@@ -42,3 +42,6 @@ semver = "1.0.27"
[target.'cfg(target_os = "linux")'.dependencies]
gtk = "0.18.2"
webkit2gtk = "=2.0.1"
[patch.crates-io]
tauri-plugin-updater = { git = "https://github.com/tauri-apps/plugins-workspace", rev = "f3d75f7abb536ba70d1746801096af6d9be7f8b1" }

View File

@@ -26,7 +26,7 @@
"icons/dev/icon.ico"
],
"active": true,
"targets": ["deb", "rpm", "dmg", "nsis", "app", "appimage"],
"targets": ["deb", "rpm", "dmg", "nsis", "app"],
"externalBin": ["sidecars/opencode-cli"],
"macOS": {
"entitlements": "./entitlements.plist"