Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(desktop): add updater back to tauri features #648

Conversation

maxbrunet
Copy link

I'm trying to package DevPod Desktop with Nix, and building it as regular Rust program with cargo build instead of tauri build is simpler, but I got this error:

The `tauri` dependency features on the `Cargo.toml` file does not match the allowlist defined under `tauri.conf.json`.
Please run `tauri dev` or `tauri build` or add the `updater` feature.

It was removed in #616

This Nix PR is here if you'd like to have a look: NixOS/nixpkgs#251858

@pascalbreuninger
Copy link
Member

Hey @maxbrunet, we'd like to keep the updater feature out of the cargo.toml as it breaks local development if you don't have the correct (sensitive) environment variables. The problem with building it as a standalone rust problem is that you're not going to rebuild the UI

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