We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5183806 commit e0db7baCopy full SHA for e0db7ba
2 files changed
agent/config/windows_amd64.go
@@ -5,6 +5,6 @@ package config
5
6
var (
7
ServiceFile = "utmstack_agent_service%s.exe"
8
- UpdaterFile = "utmstack_updater_service%s"
+ UpdaterFile = "utmstack_updater_service%s.exe"
9
DependFiles = []string{"utmstack_agent_dependencies_windows.zip"}
10
)
agent/config/windows_arm64.go
ServiceFile = "utmstack_agent_service_arm64%s.exe"
DependFiles = []string{"utmstack_agent_dependencies_windows_arm64.zip"}
0 commit comments