right now in the header you write that installation path is optional but it will not work without argument
I make a check if argument is empty and set some default dir C:/MSYS64
or may be you have a better hook to grab default system directory the same way we do in graphical mode? if yes, then we can set it to dynamic value
also I think InstallDir is better argument name and it consistent with variable name you had
Hi guys,
right now in the header you write that installation path is optional but it will not work without argument
I make a check if argument is empty and set some default dir
C:/MSYS64
or may be you have a better hook to grab default system directory the same way we do in graphical mode? if yes, then we can set it to dynamic valuealso I think
InstallDir
is better argument name and it consistent with variable name you had