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"