[gimp] build: 7 mandatory parameters in our installer bat script.



commit 2c6cde8218b369d13af2c58971278067d780784b
Author: Jehan <jehan girinstud io>
Date:   Mon Mar 21 15:09:05 2022 +0100

    build: 7 mandatory parameters in our installer bat script.

 build/windows/installer/compile.bat | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/build/windows/installer/compile.bat b/build/windows/installer/compile.bat
index bc115f7110..79a82ceb22 100755
--- a/build/windows/installer/compile.bat
+++ b/build/windows/installer/compile.bat
@@ -3,6 +3,9 @@ if [%1]==[] goto help
 if [%2]==[] goto help
 if [%3]==[] goto help
 if [%4]==[] goto help
+if [%5]==[] goto help
+if [%6]==[] goto help
+if [%7]==[] goto help
 set VER=%~1
 set GIMP_BASE=%~2
 set GIMP32=%~3


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]