From 8cce5dea26eebbac038627d4e8bc649ca46aaf00 Mon Sep 17 00:00:00 2001 From: mistangl Date: Tue, 8 Jul 2025 13:37:30 +0200 Subject: [PATCH] =?UTF-8?q?FIX:=20Die=20Dateien=20enthalten=20jetzt=20ein?= =?UTF-8?q?=20-=20anstatt=20von=20=5F=20wegen=20des=20SPS=20Pr=C3=A4fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/ioconverter.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ioconverter.bat b/bin/ioconverter.bat index c99de9a..231ab8b 100644 --- a/bin/ioconverter.bat +++ b/bin/ioconverter.bat @@ -44,7 +44,7 @@ if not exist %RESULT_TIA% ( goto :eof ) mkdir %INSTALL_DIR%\%FILENAME% -move %PROJECT_WORK%\%FILENAME%_* %INSTALL_DIR%\%FILENAME% +move %PROJECT_WORK%\%FILENAME%-* %INSTALL_DIR%\%FILENAME% goto :eof