diff --git a/magefiles/build.go b/magefiles/build.go index ff444cfe..8037c4df 100644 --- a/magefiles/build.go +++ b/magefiles/build.go @@ -88,7 +88,7 @@ func WebappStatic() error { fmt.Printf("Web app has been installed into %s\n", webStatic) // Build the add-on ZIP as it's part of the static web files. - zipPath := filepath.Join(webStatic, "flamenco3-addon.zip") + zipPath := filepath.Join(webStatic, "flamenco-addon.zip") return packAddon(zipPath) }