Skip to content

Commit

Permalink
Updated rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
3dproger committed Aug 23, 2022
1 parent f4a4486 commit 23bd698
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/AxelChat.pro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ TRANSLATIONS += \
CONFIG += lrelease
CONFIG += embed_translations

RC_FILE = icon.rc
RC_FILE = rc.rc

FORMS += \
commandseditor.ui \
Expand Down
8 changes: 2 additions & 6 deletions src/applicationinfo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// https://docs.microsoft.com/ru-ru/windows/win32/menurc/versioninfo-resource?redirectedfrom=MSDN

#define APP_INFO_PRODUCTVERSION 0,18,3,0
#define APP_INFO_PRODUCTVERSION 0,18,2,0
#define APP_INFO_PRODUCTVERSION_STR "0.18.3"

#define APP_INFO_FILEVERSION APP_INFO_PRODUCTVERSION
Expand All @@ -19,8 +19,4 @@

#define APP_INFO_COMPANYDOMAIN_STR "https://www.youtube.com/channel/UCujkj8ZgVkscm34GA1Z8wTQ"

// see: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/
#define APP_INFO_RC_TRANSLATION \
0x0009, 1200, /*English */ \
0x0019, 1200, /*Russian */ \
0x0011, 1200 /*Japan */
#define APP_INFO_RC_TRANSLATION 0, 0
4 changes: 2 additions & 2 deletions src/icon.rc → src/rc.rc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ BEGIN
VALUE "ProductVersion", APP_INFO_PRODUCTVERSION_STR
END
END

BLOCK "VarFileInfo"
BEGIN
/* The following line should only be modified for localized versions. */
Expand All @@ -38,4 +38,4 @@ BEGIN
/* VALUE "Translation", 0x409, 1252 */
VALUE "Translation", APP_INFO_RC_TRANSLATION
END
END
END

0 comments on commit 23bd698

Please sign in to comment.