Skip to content

bump @tauri-apps/cli to ~2.11.4 to fix linux app icon issue - #4858

Open
johan456789 wants to merge 1 commit into
block:mainfrom
johan456789:chore/tauri-cli-bump
Open

bump @tauri-apps/cli to ~2.11.4 to fix linux app icon issue#4858
johan456789 wants to merge 1 commit into
block:mainfrom
johan456789:chore/tauri-cli-bump

Conversation

@johan456789

Copy link
Copy Markdown

Summary

#3419 is a tauri bug (tauri-apps/tauri#15110), which is already fixed in tauri-apps/tauri#15596. All we need is bump the @tauri-apps/cli version to include the bug fix.

pnpm update --filter ./desktop @tauri-apps/cli@2.11.4

This pr simply includes the changes after running the update command.

Related issue

fix #3419

close #3436. this pr supersedes it.

Testing

build the appimage and check the symlink in the appimage using unsquashfs.

$ unsquashfs -o 944632 -ll /tmp/buzz/desktop/src-tauri/target/release/bundle/appimage/Buzz_0.5.4_amd64.AppImage | grep -i dirIcon
lrwxrwxrwx root/root                 8 2026-08-04 21:54 squashfs-root/.DirIcon -> Buzz.png

Signed-off-by: Tsung-Han Yu <14802181+johan456789@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AppImage is linked to the wrong absolute path

1 participant