Replies: 1 comment 1 reply
-
check here: page.window.icon fails to display when using relative paths |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I made a new flet app named win_icon following the "Get Starting" tuto:
that gives me the following directory structure
├── README.md
├── pyproject.toml
├── src
│ ├── assets
│ │ └── icon.png
│ │ └── splash_android.png
│ └── main.py
but not the expected:
├── README.md
├── pyproject.toml
├── src
│ ├── assets
│ │ └── icon.png
│ └── main.py
└── storage
├── data
└── temp
Of course I can create the missing directories.
I added win_icon.png to the asset dir and changed the main.py to :
here is my icon:

and hoped to see my win_icon, but unable get it working :/
Thanks for help.
Beta Was this translation helpful? Give feedback.
All reactions