Replies: 1 comment
-
Please share the full logs + full error message here (use --v flag). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I want to package my application with Flet, but in the assets folder I have to include some directories that weigh approximately 10.7 Gb, and it seems that the packager does not support it. Is there a way to include large files?
To have more context of my application, it is a search engine which has two directories to choose where to search, and in each directory there are certain videos, which if I do not include them in the packaging it does not find them, if I only include a couple, the packaging works but if I include them all, it throws an error...
In the code example, I share how I access directories in the code.
Code sample
Error message
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions