From 76c6e3b15cf1e92dab299d6040b6079d2c1c145b Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 23 Mar 2023 17:49:43 +0100 Subject: [PATCH] build: set Rclone as file description since it is shown as process name in task manager --- bin/cross-compile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cross-compile.go b/bin/cross-compile.go index f7915d7ce..82be6015e 100644 --- a/bin/cross-compile.go +++ b/bin/cross-compile.go @@ -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",