mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-09 04:50:56 +00:00
Remove the first v from the beginning of version name
This commit is contained in:
parent
e63738e9e2
commit
d57a91ec8c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
VERSION ?= $(shell git tag --points-at HEAD)
|
VERSION ?= $(shell git tag --points-at HEAD | sed 's/^v//')
|
||||||
VERSION += 0-git-$(shell git rev-parse --short HEAD)
|
VERSION += 0-git-$(shell git rev-parse --short HEAD)
|
||||||
VERSION := $(word 1, $(VERSION))
|
VERSION := $(word 1, $(VERSION))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue