1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-05 21:40:25 +00:00

Updates the often forgotten resource file for Windows' qb64.exe.

This commit is contained in:
FellippeHeitor 2020-02-14 21:11:25 -03:00
parent d0cd9b92f7
commit 785b1b3cfc

View file

@ -1,8 +1,8 @@
0 ICON "qb64.ico" 0 ICON "qb64.ico"
1 VERSIONINFO 1 VERSIONINFO
FILEVERSION 1,3,0,0 FILEVERSION 1,4,0,0
PRODUCTVERSION 1,3,0,0 PRODUCTVERSION 1,4,0,0
BEGIN BEGIN
BLOCK "StringFileInfo" BLOCK "StringFileInfo"
BEGIN BEGIN
@ -10,14 +10,14 @@ BEGIN
BEGIN BEGIN
VALUE "CompanyName","QB64\0" VALUE "CompanyName","QB64\0"
VALUE "FileDescription","QB64 Compiler\0" VALUE "FileDescription","QB64 Compiler\0"
VALUE "FileVersion","1.3\0" VALUE "FileVersion","1.4\0"
VALUE "InternalName","qb64.bas\0" VALUE "InternalName","qb64.bas\0"
VALUE "LegalCopyright","LGPL\0" VALUE "LegalCopyright","LGPL\0"
VALUE "LegalTrademarks","\0" VALUE "LegalTrademarks","\0"
VALUE "OriginalFilename","qb64.exe\0" VALUE "OriginalFilename","qb64.exe\0"
VALUE "ProductName","QB64\0" VALUE "ProductName","QB64\0"
VALUE "ProductVersion","1.3\0" VALUE "ProductVersion","1.4\0"
VALUE "Comments","QB64 is a modern extended BASIC programming language that retains QB4.5/Qbasic compatibility and compiles native binaries for Windows, Linux and macOS.\0" VALUE "Comments","QB64 is a modern extended BASIC programming language that retains QB4.5/QBasic compatibility and compiles native binaries for Windows, Linux and macOS.\0"
END END
END END