build: set Rclone as file description since it is shown as process name in task manager
This commit is contained in:
parent
48ec00cc1a
commit
76c6e3b15c
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ func buildWindowsResourceSyso(goarch string, versionTag string) string {
|
|||
"StringFileInfo": M{
|
||||
"CompanyName": "https://rclone.org",
|
||||
"ProductName": "Rclone",
|
||||
"FileDescription": "Rsync for cloud storage",
|
||||
"FileDescription": "Rclone",
|
||||
"InternalName": "rclone",
|
||||
"OriginalFilename": "rclone.exe",
|
||||
"LegalCopyright": "The Rclone Authors",
|
||||
|
|
Loading…
Reference in a new issue