Makefile read current version from gcode

This commit is contained in:
DanyLE 2022-07-17 14:29:39 +02:00
parent 583a0c0349
commit 5d17c429f7
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ TSC=./node_modules/typescript/bin/tsc
UGLIFYJS=./node_modules/terser/bin/terser
UGLIFYCSS=./node_modules/uglifycss/uglifycss
VERSION=1.2.1
VERSION=$(shell grep -e "export const VERSION" src/core/core.ts | cut -d '"' -f 2 | cut -d "-" -f 1)
GSED=sed
UNAME_S := $(shell uname -s)

Binary file not shown.