AirtestProject / AirtestProject/AirtestIDE
[suggesion] replace icon to normalised in airtestide.exe which supported by windows
- Dominant language
- No language data
- Stars
- 236
- Forks
- 40
- PR merge metrics
- No merged PRs in 30d
Description
This issue is moved from https://github.com/AirtestProject/Airtest/issues/847
## Problem
Current icon is not normal (logo size is 512px instead of max.supported 256px) and have another icons in group.


## Suggesited solution
My suggestion - this icon-file with windows-supported standart:

I have extracrted original logo icon (from exe) to png-file and just convert it to ico.
## Download
[airtest.ico.gz](https://github.com/AirtestProject/Airtest/files/5753735/airtest.ico.gz)
source 512px png was extracted from exe.
[airtest.png.gz](https://github.com/AirtestProject/Airtest/files/5753740/airtest.png.gz)
**Additional context**
guys? 2 year passed, bump please?
just add argument `-i "icon.ico"` to your `pyinstaller` script.
`pyinstaller -w -F -i "icon.ico" script.py` - example
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.