mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Make odin.rc terser
This commit is contained in:
+2
-2
@@ -55,12 +55,12 @@ BEGIN
|
|||||||
BLOCK "0409FDE9"
|
BLOCK "0409FDE9"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "https://odin-lang.org/"
|
VALUE "CompanyName", "https://odin-lang.org/"
|
||||||
VALUE "FileDescription", "Odin general-purpose programming language." // note this is shown in the task manager
|
VALUE "FileDescription", "Odin" // note this is shown in the task manager
|
||||||
VALUE "FileVersion", QUOTE(VF)
|
VALUE "FileVersion", QUOTE(VF)
|
||||||
VALUE "InternalName", "odin.exe"
|
VALUE "InternalName", "odin.exe"
|
||||||
VALUE "LegalCopyright", "Copyright (c) 2016-2024 Ginger Bill. All rights reserved."
|
VALUE "LegalCopyright", "Copyright (c) 2016-2024 Ginger Bill. All rights reserved."
|
||||||
VALUE "OriginalFilename", "odin.exe"
|
VALUE "OriginalFilename", "odin.exe"
|
||||||
VALUE "ProductName", "The Odin Programming Language"
|
VALUE "ProductName", "Odin Programming Language"
|
||||||
VALUE "ProductVersion", QUOTE(VP)
|
VALUE "ProductVersion", QUOTE(VP)
|
||||||
VALUE "Comments", QUOTE(git-sha: GIT_SHA)
|
VALUE "Comments", QUOTE(git-sha: GIT_SHA)
|
||||||
// custom values
|
// custom values
|
||||||
|
|||||||
Reference in New Issue
Block a user