Skip to content

Commit 9c435c4

Browse files
committed
Change windows file description property of julia.exe
The file description property is used in Taskmanager, and to make things easier to find in Taskmanager the description should start with the string Julia
1 parent 0cb9e45 commit 9c435c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/windows/julia.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ BEGIN
1414
BLOCK "040904E4"
1515
BEGIN
1616
VALUE "CompanyName", "JuliaLang"
17-
VALUE "FileDescription", "The Julia Programming Language"
17+
VALUE "FileDescription", "Julia Programming Language"
1818
VALUE "FileVersion", JLVER_STR
1919
VALUE "InternalName", "julia"
2020
VALUE "LegalCopyright", "MIT Licensed"

0 commit comments

Comments
 (0)