From 1c601e09b69012dd33ebc023e456e92ce70f5ab1 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Fri, 13 Mar 2026 09:38:59 +0700 Subject: [PATCH] fix(release): repair linux appimage symlinks --- .github/workflows/desktop-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/desktop-release.yml b/.github/workflows/desktop-release.yml index 0ab9bb63b..2835426f7 100644 --- a/.github/workflows/desktop-release.yml +++ b/.github/workflows/desktop-release.yml @@ -404,6 +404,8 @@ jobs: echo "::error::AppDir was not generated at $appdir_path" exit 1 fi + cp --remove-destination "$appdir_path/usr/share/applications/Paseo.desktop" "$appdir_path/Paseo.desktop" + cp --remove-destination "$appdir_path/Paseo.png" "$appdir_path/.DirIcon" env | sort | grep -E '^(APPIMAGE|DESKTOP_VERSION|NO_STRIP|RELEASE_TAG|SOURCE_TAG|TAURI_)' || true tools_dir="$(mktemp -d)" curl -fsSL https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -o "$tools_dir/appimagetool-x86_64.AppImage"