From 15352f9a75f22d99e94a01b21e68e10b0e0af191 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Mon, 28 Dec 2020 14:20:49 +0100
Subject: [PATCH] fix compile.sh

---
 compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 3f48f29bb31..b00a04e38f5 100755
--- a/compile.sh
+++ b/compile.sh
@@ -75,7 +75,7 @@ function compile() {
 	fi
 
 	devTools/concatFiles.sh js/ '*.js' bin/fc.js
-	devTools/concatFiles.sh css/ '*.css' bin/css.js
+	devTools/concatFiles.sh css/ '*.css' bin/fc.css
 	$TWEEGO_EXE -o $file --module=bin/fc.js --module=bin/fc.css --head resources/raster/favicon/arcologyVector.html src/ || build_failed="true"
 	rm -f bin/fc.js
 	rm -f bin/fc.css
-- 
GitLab