mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-23 08:31:43 +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 := $(word 1, $(VERSION))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue