Skip to content
Discussion options

You must be logged in to vote

When you build a standalone Flet app with flet build windows, it tries to create a default storage folder in the user’s Documents directory (Documents\flet\<appname>). Flet uses this folder to store app data like local storage, cache, and temporary files. Right now, environment variables like FLET_APP_STORAGE_DATA and FLET_APP_STORAGE_TEMP only work when you run the app as a Python script, they don’t have any effect on the packaged Windows EXE.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@brg05
Comment options

Answer selected by brg05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
help wanted Extra attention is needed
2 participants