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

Bugfix: flet pack --distpath deletes dist directory #2500

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

taaaf11
Copy link
Contributor

@taaaf11 taaaf11 commented Jan 28, 2024

flet pack --distpath DISTPATH deletes "dist" directory even when DISTPATH is specified. The solution is to ask the user whether to delete the directories.

Related issue #2473 .

`flet pack --distpath DISTPATH` deletes "dist" directory even
when `DISTPATH` is specified. The solution is to ask the user whether
to delete the directories.
@taaaf11
Copy link
Contributor Author

taaaf11 commented Jan 28, 2024

@FeodorFitsner Kindly review my pull request

@FeodorFitsner FeodorFitsner merged commit f0d6109 into flet-dev:main Feb 2, 2024
2 checks passed
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.

pack command should not delete "dist" folder if specified another with "--distpath"
2 participants