add Makefile
This commit is contained in:
parent
b3c7be655e
commit
6dd28e68bc
1 changed files with 6 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
VERSION = $(shell sed -n '/"version"/s/.*\"\([0-9.]\+\)\",/\1/p' manifest.json)
|
||||
SET_VERSION = $(eval CURRENT_VERSION=$(VERSION))
|
||||
|
||||
default:
|
||||
$(SET_VERSION)
|
||||
zip -r releases/epas-ripper-$(CURRENT_VERSION).xpi style.css content.js lib archive-viewer manifest.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue