fix: stabilize Flatpak WebKit runtime - #124
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f635cd7957
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| paths: | ||
| - '.github/workflows/flatpak-test.yml' | ||
| - 'flatpak/**' | ||
| - 'scripts/fix-deb-deep-link-desktop-entry.sh' | ||
| - 'src-tauri/**' |
There was a problem hiding this comment.
Include frontend build inputs in the Flatpak PR paths
A PR that changes the React bundle or its build inputs (src/**, package.json, bun.lock, Vite configuration, etc.) matches none of these paths, so this workflow is skipped even though src-tauri/tauri.conf.json runs bun run build and packages ../dist into the .deb converted by this job. Such changes can introduce a packaged-app launch regression but will now be detected only after merging to main or during a tagged release; include the frontend/build inputs here or remove the restrictive filter.
Useful? React with 👍 / 👎.
Summary
Validation