From f17304eb793667704a979d6587530e041cc16f86 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Thu, 7 Dec 2023 18:20:57 +0100 Subject: [PATCH] Debug design build 1820 --- bundle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.sh b/bundle.sh index 419d357de..3a4ea7bb2 100755 --- a/bundle.sh +++ b/bundle.sh @@ -6,5 +6,5 @@ cp -r ./public/icons ./build/icons cp -r ./src/styles/css ./build/css cp -r ./src/styles/fonts ./build/fonts find ./src -name "*.js" -exec cp {} ./build/js \; -echo "1806" > ./build/version-debug.txt +echo "1820" > ./build/version-debug.txt zip -r dist.zip build/