Added the possibility to change the icon of the file when building EXE.
To change the icons, you need to prepare 2 images of BMP 16x16 and 32x32 with a color depth of 16 colors. Then select them when building EXE.
Tip:
Create a BMP the right size, save at once a color depth of 16 colors. Then draw. So there will be no changes when saving afterwards.
Important! Save BMP with a depth of 16 colors.
Icon files can be selected directly when creating an EXE or you can write a directive at the beginning of the script #icon
#icon "C:\16.bmp" "C:\32.bmp"
The first path to the file is 16x16, the second is 32x32
1. Kibor - 24 Июля, 2018 - 04:01:06 - перейти к сообщению