Skip to content

[Question] flet pack or pyinstaller about [--contents-directory "app-0.0.1"] #5388

Closed Answered by irx999
irx999 asked this question in Q&A
Discussion options

You must be logged in to vote

I found the ans modify.venv\Lib\site-packages\flet_cli\commands\pack.py

# add
pyi_args.append("--contents-directory")
pyi_args.append("app-0.0.1")
# before
print("Running PyInstaller :", pyi_args)

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ndonkoHenri
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
1 participant