Skip to content

desktop: drop the bundle resource declaration so clippy runs before the component exists - #17

Merged
lannbot merged 2 commits into
mainfrom
desktop-ci-fix
Sep 6, 2026
Merged

desktop: drop the bundle resource declaration so clippy runs before the component exists#17
lannbot merged 2 commits into
mainfrom
desktop-ci-fix

Conversation

@lannbot

@lannbot lannbot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

Fixes the red gates job from #16: tauri_build::try_build panics when a declared bundle.resources path is absent, and just check runs before the component is built. The app is never bundled and just desktop already copies the component beside the binary (where resource_dir() resolves for unbundled builds), so the declaration did nothing but fail early. Verified locally: clippy with build/ absent, and just desktop-smoke.

…he component exists

tauri-build fails if a declared bundle.resources path is missing, and
`just check` runs before `just components`. The app is never bundled;
`just desktop` already copies the component beside the binary, which
is where resource_dir() points for an unbundled build.
@lannbot
lannbot merged commit 938c0af into main Sep 6, 2026
1 check passed
@lannbot
lannbot deleted the desktop-ci-fix branch September 6, 2026 22:26
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.

2 participants