diff options
| author | 2026-01-14 20:40:02 +0800 | |
|---|---|---|
| committer | 2026-01-14 20:40:02 +0800 | |
| commit | 44a5f42d901abbb282210419529d0e01302b1bed (patch) | |
| tree | 9d70f086ddb6877c6e7ea0c37b5e7d4a82239c9b /src-tauri/tauri.conf.json | |
| parent | cf634adbcb72afc067c09020f097433c9c8109b3 (diff) | |
| download | DropOut-44a5f42d901abbb282210419529d0e01302b1bed.tar.gz DropOut-44a5f42d901abbb282210419529d0e01302b1bed.zip | |
feat: add Wayland compatibility fixes for AppImage and setup appimagetool for Ubuntu
Diffstat (limited to 'src-tauri/tauri.conf.json')
| -rw-r--r-- | src-tauri/tauri.conf.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 8706614..beba8d3 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -33,6 +33,11 @@ "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico" - ] + ], + "linux": { + "appimage": { + "bundleMediaFramework": false + } + } } }
\ No newline at end of file |