AirtestProject / AirtestProject/AirtestIDE

[suggesion] replace icon to normalised in airtestide.exe which supported by windows

Open
#1,095 2 comments 0 reactions 0 assignees View on GitHub
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.

![image](https://user-images.githubusercontent.com/1307229/103342722-5a483500-4a9b-11eb-9b51-997e9f28e1a1.png)
![image](https://user-images.githubusercontent.com/1307229/103342757-67fdba80-4a9b-11eb-99d3-1448cb97ea2b.png)

## Suggesited solution
My suggestion - this icon-file with windows-supported standart:
![image](https://user-images.githubusercontent.com/1307229/103342845-98455900-4a9b-11eb-8c49-a2453c756f02.png)
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.