fix: template substitions

This commit is contained in:
Felipe M 2025-07-30 17:44:22 +02:00
parent dee239a3d4
commit 5df921238e
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A
3 changed files with 8 additions and 8 deletions

View file

@ -4,7 +4,7 @@
# Used for semver bumping
PROTECTED_BRANCH := master
APP_NAME := $(shell pluginctl manifest get '{{.id}}')
APP_NAME := $(shell pluginctl manifest get '{{"{{"}}.Id{{"}}"}}')
CURRENT_VERSION := $(shell git describe --abbrev=0 --tags)
VERSION_PARTS := $(subst ., ,$(subst v,,$(subst -rc, ,$(CURRENT_VERSION))))
MAJOR := $(word 1,$(VERSION_PARTS))