diff options
| author | Dax Raad <[email protected]> | 2025-12-15 10:14:18 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-15 10:14:20 -0500 |
| commit | d2ce368a3fc15a740da097385990b60efb2b6e68 (patch) | |
| tree | 39288359602bbbd9d065792090f11a1e1b848d5f /packages | |
| parent | f492122d590030d20ae8445596f77ebfc00eb9ec (diff) | |
| download | opencode-d2ce368a3fc15a740da097385990b60efb2b6e68.tar.gz opencode-d2ce368a3fc15a740da097385990b60efb2b6e68.zip | |
ci: update publish workflow concurrency to include version inputs and upgrade ubuntu runner to 24.04
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/tauri/src-tauri/tauri.conf.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tauri/src-tauri/tauri.conf.json b/packages/tauri/src-tauri/tauri.conf.json index e2d1f239a..6813a218b 100644 --- a/packages/tauri/src-tauri/tauri.conf.json +++ b/packages/tauri/src-tauri/tauri.conf.json @@ -19,7 +19,7 @@ }, "bundle": { "active": true, - "targets": ["appimage", "deb", "rpm", "dmg", "nsis"], + "targets": ["deb", "rpm", "dmg", "nsis"], "icon": ["icons/32x32.png", "icons/128x128.png", "icons/[email protected]", "icons/icon.icns", "icons/icon.ico"], "externalBin": ["sidecars/opencode-cli"], "createUpdaterArtifacts": true, |
