mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Embedded .ico
This commit is contained in:
@@ -126,7 +126,7 @@ endif()
|
||||
|
||||
# Executable information
|
||||
if(WIN32)
|
||||
add_executable(VVVVVV WIN32 ${VVV_SRC})
|
||||
add_executable(VVVVVV WIN32 ${VVV_SRC} icon.rc)
|
||||
else()
|
||||
add_executable(VVVVVV ${VVV_SRC})
|
||||
endif()
|
||||
|
||||
BIN
desktop_version/icon.ico
Normal file
BIN
desktop_version/icon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
1
desktop_version/icon.rc
Normal file
1
desktop_version/icon.rc
Normal file
@@ -0,0 +1 @@
|
||||
AAA ICON "icon.ico"
|
||||
Reference in New Issue
Block a user