diff --git a/Makefile b/Makefile index ffd2d3e..fed2a80 100644 --- a/Makefile +++ b/Makefile @@ -1,12 +1,13 @@ SHELL = /bin/bash BUNDLE = kodi-steamlink-launcher +VERSION = $(shell git describe --tags) PLUGIN_RESOURCES = plugin.program.steamlink .PHONY: dist dist: dist-clean @mkdir -p dist - @7z a -tzip dist/$(BUNDLE).zip $(PLUGIN_RESOURCES) + @7z a -tzip dist/$(BUNDLE)-$(VERSION).zip $(PLUGIN_RESOURCES) .PHONY: clean clean: