Merge remote-tracking branch 'origin/master' into wip/darwin
@ -53,7 +53,7 @@ file (COPY resources/image DESTINATION share/planetblupi)
|
||||
file (COPY resources/movie DESTINATION share/planetblupi)
|
||||
file (COPY resources/sound DESTINATION share/planetblupi)
|
||||
file (COPY resources/music DESTINATION share/planetblupi)
|
||||
file (COPY resources/icon/planetblupi.png DESTINATION share/planetblupi)
|
||||
file (COPY resources/icon/blupi-256.png DESTINATION share/planetblupi)
|
||||
|
||||
# Windows stuff
|
||||
|
||||
@ -156,7 +156,7 @@ install (DIRECTORY resources/image DESTINATION share/planetblupi)
|
||||
install (DIRECTORY resources/movie DESTINATION share/planetblupi)
|
||||
install (DIRECTORY resources/sound DESTINATION share/planetblupi)
|
||||
install (DIRECTORY resources/music DESTINATION share/planetblupi)
|
||||
install (FILES resources/icon/planetblupi.png DESTINATION share/planetblupi)
|
||||
install (FILES resources/icon/blupi-256.png DESTINATION share/planetblupi)
|
||||
|
||||
# Copy libwinpthread-1.dll which seems not be linkable statically
|
||||
if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows" AND MINGW)
|
||||
|
BIN
resources/icon/blupi-128.png
Normal file
After Width: | Height: | Size: 615 B |
BIN
resources/icon/blupi-16.png
Normal file
After Width: | Height: | Size: 246 B |
BIN
resources/icon/blupi-256.png
Normal file
After Width: | Height: | Size: 803 B |
BIN
resources/icon/blupi-32.png
Normal file
After Width: | Height: | Size: 374 B |
BIN
resources/icon/blupi-48.png
Normal file
After Width: | Height: | Size: 598 B |
BIN
resources/icon/blupi-512.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
resources/icon/blupi-64.png
Normal file
After Width: | Height: | Size: 702 B |
BIN
resources/icon/blupi.ico
Normal file
After Width: | Height: | Size: 33 KiB |
1399
resources/icon/blupi.svg
Normal file
After Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 66 KiB |
BIN
resources/win32/blupi.ico
Normal file
After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 264 KiB |
@ -1 +1 @@
|
||||
id ICON "planetblupi.ico"
|
||||
id ICON "blupi.ico"
|
||||
|
@ -405,7 +405,7 @@ static bool DoInit (Sint32 argc, char *argv[])
|
||||
return false;
|
||||
}
|
||||
|
||||
auto icon = IMG_Load ((GetBaseDir () + "planetblupi.png").c_str ());
|
||||
auto icon = IMG_Load ((GetBaseDir () + "blupi-256.png").c_str ());
|
||||
SDL_SetWindowIcon (g_window, icon);
|
||||
SDL_FreeSurface (icon);
|
||||
|
||||
|