diff --git a/Projects/Client/Common/CMakeLists.txt b/Projects/Client/Common/CMakeLists.txt index 7999bda..6bdd7d1 100644 --- a/Projects/Client/Common/CMakeLists.txt +++ b/Projects/Client/Common/CMakeLists.txt @@ -12,13 +12,5 @@ list(APPEND HEADER qt_standard_project_setup() qt_add_library(Common STATIC ${SOURCE} ${HEADER}) -if(WIN32) - add_custom_command(TARGET Common POST_BUILD - COMMAND ${TOOL_WINDEPLOYQT} - $ - COMMENT "Running windeployqt..." - ) -endif() - target_include_directories(Common PUBLIC Header) target_link_libraries(Common PUBLIC ${QT6_LIBRARIES_INCL} Engine) \ No newline at end of file diff --git a/Projects/Client/Player/Resource/Windows/Information.h b/Projects/Client/Player/Resource/Windows/Information.h index c678e1a..65b701e 100644 --- a/Projects/Client/Player/Resource/Windows/Information.h +++ b/Projects/Client/Player/Resource/Windows/Information.h @@ -8,7 +8,6 @@ /* * These properties are part of VarFileInfo. - * PRODUCT_LANGUAGE is also the resource file's recognizer (but still shares the same value.) * For more information, please see: https://learn.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block */ #define PRODUCT_LANGUAGE 0x0409 // en-US diff --git a/Projects/Client/Player/Resource/Windows/Script.rc b/Projects/Client/Player/Resource/Windows/Script.rc index dd45a93..aa2799a 100644 --- a/Projects/Client/Player/Resource/Windows/Script.rc +++ b/Projects/Client/Player/Resource/Windows/Script.rc @@ -15,7 +15,7 @@ IDI_ICON1 ICON APP_ICON -LANGUAGE PRODUCT_LANGUAGE, SUBLANG_DEFAULT +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_RESOURCE diff --git a/Projects/Client/Server/Resource/Windows/Information.h b/Projects/Client/Server/Resource/Windows/Information.h index 420e92d..ac76e1d 100644 --- a/Projects/Client/Server/Resource/Windows/Information.h +++ b/Projects/Client/Server/Resource/Windows/Information.h @@ -8,7 +8,6 @@ /* * These properties are part of VarFileInfo. - * PRODUCT_LANGUAGE is also the resource file's recognizer (but still shares the same value.) * For more information, please see: https://learn.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block */ #define PRODUCT_LANGUAGE 0x0409 // en-US diff --git a/Projects/Client/Server/Resource/Windows/Script.rc b/Projects/Client/Server/Resource/Windows/Script.rc index dd45a93..aa2799a 100644 --- a/Projects/Client/Server/Resource/Windows/Script.rc +++ b/Projects/Client/Server/Resource/Windows/Script.rc @@ -15,7 +15,7 @@ IDI_ICON1 ICON APP_ICON -LANGUAGE PRODUCT_LANGUAGE, SUBLANG_DEFAULT +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_RESOURCE diff --git a/Projects/Client/Studio/Resource/Windows/Information.h b/Projects/Client/Studio/Resource/Windows/Information.h index 5c1eaa7..1cf6a03 100644 --- a/Projects/Client/Studio/Resource/Windows/Information.h +++ b/Projects/Client/Studio/Resource/Windows/Information.h @@ -8,7 +8,6 @@ /* * These properties are part of VarFileInfo. - * PRODUCT_LANGUAGE is also the resource file's recognizer (but still shares the same value.) * For more information, please see: https://learn.microsoft.com/en-us/windows/win32/menurc/varfileinfo-block */ #define PRODUCT_LANGUAGE 0x0409 // en-US diff --git a/Projects/Client/Studio/Resource/Windows/Script.rc b/Projects/Client/Studio/Resource/Windows/Script.rc index dd45a93..aa2799a 100644 --- a/Projects/Client/Studio/Resource/Windows/Script.rc +++ b/Projects/Client/Studio/Resource/Windows/Script.rc @@ -15,7 +15,7 @@ IDI_ICON1 ICON APP_ICON -LANGUAGE PRODUCT_LANGUAGE, SUBLANG_DEFAULT +LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT VS_VERSION_INFO VERSIONINFO FILEVERSION VERSION_RESOURCE