Skip to content

Conversation

@aarkue
Copy link

@aarkue aarkue commented Oct 3, 2025

Hi, thanks for this cool project! 😄

I tried to build presto locally (Linux) and noticed that it does not compile as the tauri RunEvent::Reopen enum variant does not exist on all platforms (mainly non-macOS platforms).
Moving the config guard up to the match arm resolves the issue and allows me to also build and use presto on Linux.

Also see https://docs.rs/tauri/latest/x86_64-apple-darwin/tauri/enum.RunEvent.html and https://docs.rs/crate/tauri/latest/target-redirect/x86_64-unknown-linux-gnu/tauri/enum.RunEvent.html.

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.

1 participant