Skip to content

Fix .desktop Exec to match Tauri binary name#36

Merged
teancom merged 1 commit intomainfrom
fix/desktop-file
Apr 19, 2026
Merged

Fix .desktop Exec to match Tauri binary name#36
teancom merged 1 commit intomainfrom
fix/desktop-file

Conversation

@teancom
Copy link
Copy Markdown
Contributor

@teancom teancom commented Apr 19, 2026

The .desktop file referenced music-assistant-desktop, but the Tauri bundle produces music-assistant-companion (mainBinaryName in tauri.conf.json). Update Exec to match so launchers actually start the app.

Fixes #29

The .desktop file referenced music-assistant-desktop, but the Tauri
bundle produces music-assistant-companion (mainBinaryName in
tauri.conf.json). Update Exec to match so launchers actually start
the app.

Fixes #29

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@teancom teancom added the bug Something isn't working label Apr 19, 2026
@teancom teancom merged commit aa57983 into main Apr 19, 2026
1 check failed
@teancom teancom deleted the fix/desktop-file branch April 19, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.desktop file contains incorrect binary name in Exec line

1 participant