build: set Rclone as file description since it is shown as process name in task manager

This commit is contained in:
albertony 2023-03-23 17:49:43 +01:00
parent 48ec00cc1a
commit 76c6e3b15c
1 changed files with 1 additions and 1 deletions

View File

@ -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",