🐎ci: add missing release

This commit is contained in:
Matthew
2020-09-30 12:54:53 +08:00
parent 57707aac9e
commit 5c622c242f
2 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -72,4 +72,5 @@ Thumbs.db
*.exe
build/
html/
html/
dist/
+2 -3
View File
@@ -40,15 +40,13 @@ if(ANDROID)
mainwindow.cpp
mainwindow.h
mainwindow.ui
${TS_FILES}
)
else()
add_executable(proj41_sil
add_executable(proj41_sil WIN32
main.cpp
mainwindow.cpp
mainwindow.h
mainwindow.ui
${TS_FILES}
)
endif()
@@ -58,6 +56,7 @@ include(GNUInstallDirs)
message("CMAKE_INSTALL_BINDIR=${CMAKE_INSTALL_BINDIR}")
install(TARGETS proj41_sil RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
install(FILES SIL/work/SIL_win64.dll DESTINATION "${CMAKE_INSTALL_BINDIR}")
set(CPACK_GENERATOR ZIP)
set(CPACK_PACKAGE_VERSION_MAJOR 0)