Skip to content

Commit

Permalink
Fix orig filename str in .rc file for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Jun 8, 2020
1 parent d45ce0b commit 08ade12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/karbowanecwallet.rc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ IDI_ICON1 ICON "images\Karbovanets.ico"
#define VER_FILEVERSION 1,0,0,0
#define VER_FILEVERSION_STR "1.0.0.0\0"

#define VER_ORIGINALFILENAME_STR "KarboLite.exe"
#define VER_ORIGINALFILENAME_STR "karbowallet.exe"

VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
Expand Down

0 comments on commit 08ade12

Please sign in to comment.