build: 7 mandatory parameters in our installer bat script.

This commit is contained in:
Jehan 2022-03-21 15:09:05 +01:00
parent 906ef8b1ae
commit 2c6cde8218
1 changed files with 3 additions and 0 deletions

View File

@ -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