Signing of a Flet App[Question] #3220
-
QuestionHi, Is there a solution? Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Right, You can do a self-extracting archive or MSI if you want to deliver a single file to customers. Anyway, all those single-file solutions is just an executable with app archive inside. |
Beta Was this translation helpful? Give feedback.
Right,
flet build
cannot pack into a single file, but it creates a standalone app, without a wrapper (as PyInstaller does) that can be signed, etc.You can do a self-extracting archive or MSI if you want to deliver a single file to customers. Anyway, all those single-file solutions is just an executable with app archive inside.