[nostalgia/studio] Add icon to Windows executable
All checks were successful
Build / build (push) Successful in 1m28s

This commit is contained in:
Gary Talent 2025-04-02 00:49:13 -05:00
parent ab11b885e6
commit df48a232ec
3 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,7 @@
add_executable(NostalgiaStudio WIN32 MACOSX_BUNDLE)
add_executable(
NostalgiaStudio WIN32 MACOSX_BUNDLE
ns.rc
)
target_link_libraries(
NostalgiaStudio

View File

@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "ns_logo.ico"

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB