installer

This commit is contained in:
2026-05-15 19:51:35 +03:00
parent 7d762e84c3
commit 1c9dfbc17d
4 changed files with 44 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ set(SORTLAB_SOURCES
)
if(WIN32)
add_executable(SortLab ${SORTLAB_SOURCES} assets/app.rc)
add_executable(SortLab WIN32 ${SORTLAB_SOURCES} assets/app.rc)
else()
add_executable(SortLab ${SORTLAB_SOURCES})
endif()