You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2018. It is now read-only.
Samuel Gratzl edited this page Sep 17, 2013
·
6 revisions
I can't see the splash screen
The splash screen is somehow weird. It has to be called splash.bmp and has to have a special BMP format version: BMP Version 3. However most of the common tools will export the image in the wrong version. ImageMagick can be used to convert the image:
convert wrong.bmp BMP3:splash.bmp
The ICO file is not used during native launcher configuration
The ICO files have to contain following resolutions: (best generated with GIMP)
256x256 32-Bit uncompressed
48x48 32-Bit uncompressed
48x48 8-Bit
32x32 32-Bit uncompressed
32x32 8-Bit
16x16 32-Bit uncompressed
16x16 8-Bit
The ICNS (apple icon file) file is not used for the native launcher