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

Add includeRelease option to allow for disabling release builds #365

Merged
merged 6 commits into from
Feb 6, 2023

Conversation

Raphiiko
Copy link
Contributor

@Raphiiko Raphiiko commented Feb 1, 2023

Relevant issue: #364

This PR adds a includeRelease option, for disabling release builds. This gives users the option to only generate debug builds when using includeDebug. It is set to true by default to remain backwards compatible.

Additionally, it adds a --exclude-release flag to the cli package to keep the functionality in line with the action.

Copy link
Member

@FabianLars FabianLars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@FabianLars FabianLars linked an issue Feb 6, 2023 that may be closed by this pull request
@FabianLars FabianLars merged commit 5ae9606 into tauri-apps:dev Feb 6, 2023
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.

Allow option for only generating debug builds
2 participants