From 033319af29bd995a7a0f24d2a9235ee6870db1ca Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 27 Nov 2025 20:13:31 +0000 Subject: [PATCH] css: bump CSSVERSION gonna set it to the version number of the software from now on, i think. --- Makefile | 2 +- html/crash.html | 2 +- scripts/version.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6fde249..60bb6a7 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ else endif GOBINARY ?= go -CSSVERSION ?= v3 +CSSVERSION ?= v0.6.0 CSS_BUNDLE = $(DATA)/web/css/$(CSSVERSION)bundle.css VERSION ?= $(shell git describe --exact-match HEAD 2> /dev/null || echo vgit) diff --git a/html/crash.html b/html/crash.html index e01329b..f4cc238 100644 --- a/html/crash.html +++ b/html/crash.html @@ -2,7 +2,7 @@ - + {{ template "header.html" . }} Crash report diff --git a/scripts/version.sh b/scripts/version.sh index 604e386..a75ce1f 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -34,4 +34,4 @@ fi JFA_GO_VERSION=$(git describe --exact-match HEAD 2> /dev/null || echo 'vgit') TIMEOUT=60m -JFA_GO_CSS_VERSION="v3" JFA_GO_NFPM_EPOCH=$(git rev-list --all --count) JFA_GO_BUILD_TIME=$(date +%s) JFA_GO_BUILT_BY=${JFA_GO_BUILT_BY:-"???"} JFA_GO_VERSION="$(echo $JFA_GO_VERSION | sed 's/v//g')" $@ --timeout $TIMEOUT +JFA_GO_CSS_VERSION="v0.6.0" JFA_GO_NFPM_EPOCH=$(git rev-list --all --count) JFA_GO_BUILD_TIME=$(date +%s) JFA_GO_BUILT_BY=${JFA_GO_BUILT_BY:-"???"} JFA_GO_VERSION="$(echo $JFA_GO_VERSION | sed 's/v//g')" $@ --timeout $TIMEOUT