-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User can now specify regexes used to find binaries #833
User can now specify regexes used to find binaries #833
Conversation
-delimiter " " | ||
|
||
IF %ERRORLEVEL% == 1 ( | ||
ECHO ARCH %ARCH% not supported : valid values are any combination of : x64, x86-32, arm64 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"x86" is missing here.
(I don't know how x86 is different from x86-32 and why it as been added)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
x86
is the same as x86-32
. Some vendors (like Microsoft) use x86
instead of x86-32
so this change helps vendors use this code without local modification
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note, I updated this for you in my latest PR: #851
Previously used regexes are now default parameter values. Also replaced some unwieldy cmd code with powershell script