🔧 Line endings are normalized to LF

This commit is contained in:
bitcookies
2026-07-21 21:51:37 +08:00
parent 8e62a4535c
commit 8a8c08ad96
4 changed files with 17 additions and 7 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# Version
set(APP_VERSION "4.2.0")
set(APP_VERSION "4.3.0")
add_executable(winrar-keygen
_tmain.cpp
@@ -20,6 +20,7 @@ add_executable(winrar-keygen
)
if(WIN32)
enable_language(RC)
target_sources(winrar-keygen PRIVATE winrar-keygen.rc)
endif()