diff options
| author | Brendan Allan <[email protected]> | 2026-01-07 17:39:35 +0800 |
|---|---|---|
| committer | Brendan Allan <[email protected]> | 2026-01-07 17:39:35 +0800 |
| commit | 2b7a021ba3015e4b2e7467874aa60cfd159e553e (patch) | |
| tree | e3d01a5af69d102dedf61edb888772276a3458f7 | |
| parent | cbf87c50b9cb7c0c4793ec81f156d8f31487f3a0 (diff) | |
| download | opencode-2b7a021ba3015e4b2e7467874aa60cfd159e553e.tar.gz opencode-2b7a021ba3015e4b2e7467874aa60cfd159e553e.zip | |
desktop: appimage bundleMediaFramework
| -rw-r--r-- | packages/desktop/src-tauri/tauri.conf.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/desktop/src-tauri/tauri.conf.json b/packages/desktop/src-tauri/tauri.conf.json index bcb067a32..52c5fb4aa 100644 --- a/packages/desktop/src-tauri/tauri.conf.json +++ b/packages/desktop/src-tauri/tauri.conf.json @@ -37,6 +37,11 @@ "headerImage": "assets/nsis-header.bmp", "sidebarImage": "assets/nsis-sidebar.bmp" } + }, + "linux": { + "appimage": { + "bundleMediaFramework": true + } } } } |
