From 8299134c4df711a0df0a7b85b09fb1a52160eae7 Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Sat, 29 Aug 2020 13:18:31 +0200
Subject: [PATCH] immediately exit after compiling themes

---
 compile_themes.bat | 2 --
 1 file changed, 2 deletions(-)

diff --git a/compile_themes.bat b/compile_themes.bat
index 09d80826ae2..460d1c11704 100644
--- a/compile_themes.bat
+++ b/compile_themes.bat
@@ -6,8 +6,6 @@ for /d %%i in (%~dp0\themes\*) do (
 )
 cd %back%
 
-
-PAUSE
 EXIT /B %ERRORLEVEL%
 
 :compileDirectory
-- 
GitLab