-
Notifications
You must be signed in to change notification settings - Fork 6
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
exec switch not working #12
Comments
Hi, thanks for reporting. Yes, when using a PKGBUILD the flags that could have been specified in the PKGBUILD are ignored. The solution is to only use a PKGBUILD or flags. I should document this. |
I changed the implementation so that flags override the values from the PKGBUILD instead. |
Thank you for implementing the override feature. This is very important because I believe that Cheers! |
gendesk 1.0.4 is now out. It includes this enhancement. |
I have tried it, and now, it is working as I expect it to run. Thank you once more for your time! |
Glad it works now. Thanks for reporting and for testing. |
Hi,
gendesk --exec=/path/to/alternative/binary PKGBUILD
does not seem to care about the alternative binary. Is this a bug or am I missing something?The text was updated successfully, but these errors were encountered: