build: add version to pack.mcmeta
This commit is contained in:
parent
f9888588d6
commit
f0af3b0b9d
3
Makefile
3
Makefile
@ -4,6 +4,9 @@ BUILD_VERSION:=$(shell git describe --tags)
|
||||
|
||||
all: malloc-data-$(BUILD_VERSION).zip malloc-data-$(BUILD_VERSION).zip.sha1
|
||||
|
||||
pack.mcmeta: pack.mcmeta.in
|
||||
sed -e 's/@VERSION@/$(BUILD_VERSION)/g' $< > $@
|
||||
|
||||
malloc-data-$(BUILD_VERSION).zip: pack.mcmeta
|
||||
zip -r $@ pack.mcmeta data
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 10,
|
||||
"description": "Malloc Minecraft Item Functions (1.0.0)"
|
||||
"description": "Malloc Minecraft Item Functions (v1.0.0-1-gf988858)"
|
||||
}
|
||||
}
|
||||
|
6
pack.mcmeta.in
Normal file
6
pack.mcmeta.in
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 10,
|
||||
"description": "Malloc Minecraft Item Functions (@VERSION@)"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user