Skip to content

build(deps-dev): bump @tauri-apps/cli from 2.11.2 to 2.11.4 - #843

Open
independent-arg wants to merge 3 commits into
jely2002:mainfrom
independent-arg:fix/update-tauri-appimage-diricon
Open

build(deps-dev): bump @tauri-apps/cli from 2.11.2 to 2.11.4#843
independent-arg wants to merge 3 commits into
jely2002:mainfrom
independent-arg:fix/update-tauri-appimage-diricon

Conversation

@independent-arg

Copy link
Copy Markdown
Contributor

Fixes #830 - the .DirIcon symlink in the AppImage bundle pointed to an absolute build-machine path instead of a relative one, which broke icon display in file managers and installation via tools like AppManager.

This was a bug in the Tauri AppImage bundler (tauri-apps/tauri#15110), fixed upstream in tauri-apps/tauri#15596, which shipped in @tauri-apps/cli 2.11.4.


Testing:
npm install ran clean, lockfile regenerated.

jely2002#830

.DirIcon in AppImage is symlinked to wrong absolute path, leading to app icon not showing up in file manager and failure to install with tools like AppManager.

This is a tauri bug (tauri-apps/tauri#15110), which is already fixed in tauri-apps/tauri#15596. Bumping the @tauri-apps/cli version to 2.11.4 should include the bug fix.
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.

.DirIcon in AppImage is symlinked to wrong absolute path

1 participant