Skip to content

Commit

Permalink
Use tags in ZIP filename
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrozer committed Jan 10, 2019
1 parent 5b86b87 commit 4c64d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 4c64d9d

Please sign in to comment.