Skip to content

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

@taaaf11 taaaf11 requested a review from FeodorFitsner January 30, 2024 15:52
@FeodorFitsner FeodorFitsner merged commit f0d6109 into flet-dev:main Feb 2, 2024
zrr1999 pushed a commit to zrr1999/flet that referenced this pull request Jul 17, 2024
* Bugfix: `flet pack --distpath` deletes `dist` directory
`flet pack --distpath DISTPATH` deletes "dist" directory even
when `DISTPATH` is specified. The solution is to ask the user whether
to delete the directories.

* Add non-interactive option to `flet pack` command.
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