mirror of https://github.com/GNOME/gimp.git
build: 7 mandatory parameters in our installer bat script.
This commit is contained in:
parent
906ef8b1ae
commit
2c6cde8218
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue