aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e84775a..466017f 100644
--- a/Makefile
+++ b/Makefile
@@ -71,9 +71,9 @@ else
endif
ifeq ($(SUB_VERSION), )
- PACKAGE_ZIPFILE := xds-agent_$(ARCH)-v$(VERSION).zip
+ PACKAGE_ZIPFILE := xds-agent_$(ARCH)-$(VERSION).zip
else
- PACKAGE_ZIPFILE := xds-agent_$(ARCH)-v$(VERSION)_$(SUB_VERSION).zip
+ PACKAGE_ZIPFILE := xds-agent_$(ARCH)-$(VERSION)_$(SUB_VERSION).zip
endif