From 9b9a43f7f2d7bc28d95cfbdb0a97621c238e4340 Mon Sep 17 00:00:00 2001 From: DanyLE Date: Thu, 14 Mar 2024 11:10:59 +0100 Subject: [PATCH] fix: specify correct version to front-end build --- Makefile | 2 +- antos-frontend | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 11f3271..3556c3f 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ frontend: ifeq ($(FRONTEND_IGNORE),) @echo "Building $@" mkdir -p $(INSTALL_DIR)/htdocs/os - BUILDDIR=$(INSTALL_DIR)/htdocs/os make -C antos-frontend install_dev release + VERSION=$(VERSION) BUILDID=$(BUILDID) BUILDDIR=$(INSTALL_DIR)/htdocs/os make -C antos-frontend install_dev release else @echo "Ignore building $@" endif diff --git a/antos-frontend b/antos-frontend index d720257..f4ac0d6 160000 --- a/antos-frontend +++ b/antos-frontend @@ -1 +1 @@ -Subproject commit d72025741c9ba54e77c9a9c321d6fa7eca54dfe4 +Subproject commit f4ac0d639d85f7631251539b79028bdc2f768b6d