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

[feat] Check if developer changed the default identifier on tauri build #4041

Closed
FabianLars opened this issue May 3, 2022 · 0 comments
Closed
Labels
good first issue Good for newcomers scope: cli.rs The tauri-cli rust crate type: feature request

Comments

@FabianLars
Copy link
Sponsor Member

FabianLars commented May 3, 2022

Describe the problem

As discussed previously, devs just can't distribute their apps with the default com.tauri.dev identifier.

Not setting a predefined id on init and forcing the user to set one would just make getting started with tauri more annoyingly complicated (if they just want to play around with tauri dev), so i guess checking it only if you actually compile the app makes more sense.

Describe the solution you'd like

check for com.tauri.dev in tauri build, maybe with another condition so it doesn't annoy us in the repo examples.

Alternatives considered

  • Don't set a default value
  • Trust that the users read the docs and care about it (we don't even mention the id currently)
  • try to autogenerate a more unique id on init

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers scope: cli.rs The tauri-cli rust crate type: feature request
Projects
None yet
Development

No branches or pull requests

2 participants