aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2024-12-05 12:30:55 +0000
committergingerBill <bill@gingerbill.org>2024-12-05 12:30:55 +0000
commitf7761ebcc4dd22ae98335c3845e07e496c010ee4 (patch)
tree0814f2526e88d402a249f419d820b134b0cf261f /misc
parenta4b071e8641ddde2827bce6eaf1692871f656a43 (diff)
Make odin.rc terser
Diffstat (limited to 'misc')
-rw-r--r--misc/odin.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/odin.rc b/misc/odin.rc
index 9e605f6dc..70d395030 100644
--- a/misc/odin.rc
+++ b/misc/odin.rc
@@ -55,12 +55,12 @@ BEGIN
BLOCK "0409FDE9"
BEGIN
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 "InternalName", "odin.exe"
VALUE "LegalCopyright", "Copyright (c) 2016-2024 Ginger Bill. All rights reserved."
VALUE "OriginalFilename", "odin.exe"
- VALUE "ProductName", "The Odin Programming Language"
+ VALUE "ProductName", "Odin Programming Language"
VALUE "ProductVersion", QUOTE(VP)
VALUE "Comments", QUOTE(git-sha: GIT_SHA)
// custom values