diff --git a/hack/provider/main.go b/hack/provider/main.go index 085fdc5..0d81d30 100644 --- a/hack/provider/main.go +++ b/hack/provider/main.go @@ -152,7 +152,7 @@ func buildProvider(cfg *buildConfig) (Provider, error) { Name: providerName, Version: cfg.version, Description: "Devsy on Google Cloud", - Icon: "https://raw.githubusercontent.com/devsy-org/devsy/main/desktop/src/images/gcp.svg", + Icon: "https://raw.githubusercontent.com/devsy-org/devsy/main/desktop/src/renderer/public/icons/providers/gcp.svg", OptionGroups: buildOptionGroups(), Options: buildOptions(), Agent: agent,