[nostalgia/studio] Add icon to Windows executable

This commit is contained in:
2025-04-02 00:49:13 -05:00
parent ab11b885e6
commit df48a232ec
3 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
add_executable(NostalgiaStudio WIN32 MACOSX_BUNDLE)
add_executable(
NostalgiaStudio WIN32 MACOSX_BUNDLE
ns.rc
)
target_link_libraries(
NostalgiaStudio
+1
View File
@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "ns_logo.ico"
Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB