corrected bat files for building dist

This commit is contained in:
2026-06-17 11:12:56 +02:00
parent 16f30e8d38
commit dae74da39e
2 changed files with 9 additions and 7 deletions
+1 -2
View File
@@ -5,5 +5,4 @@ if "%~1"=="" (
"%~dp0pptx-image-compress.exe" -h
) else (
"%~dp0pptx-image-compress.exe" %*
)
``
)