-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix: Do not pack "elevate.exe" when not needed #1621
fix: Do not pack "elevate.exe" when not needed #1621
Conversation
Discussion in the issue. PR cannot be accepted in this form for now. |
I am sorry for misunderstanding — |
Yes! The updater, on error, uses the executable to rerun the installer! I'll revert the second commit and add the new "doNotPackElevateHelper" option. One question: |
For some reasons I decided that powershell is not suitable to verify code signature. But after your PR it seems it is not required anymore. We can simply do not pack and remove this line. I prefer separate options. |
Ok, thanks!
Please correct me, if I misunderstood. |
Yes. 👍 |
Revert the changes for the installer. Don't pack the signtool.exe at all.
@develar are you aware of the test failures? |
@MariaDima Do not worry, all is ok and PR will be merged in minutes. |
Thanks for PR! |
Thanks! |
@develar we forgot to mention "packElevateHelper" in the wiki. Should I add it or you prefer to not expose this option? |
@MariaDima Wiki will be synced a little bit later, because 18.7.0 not yet latest release, but |
Perfect, thanks! |
Close #1620