-
Notifications
You must be signed in to change notification settings - Fork 247
chore(smoke-tests): windows fixes #7038
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
Conversation
| [ | ||
| // Args are passed through to the Update.exe https://github.com/Squirrel/Squirrel.Windows/blob/51f5e2cb01add79280a53d51e8d0cfa20f8c9f9f/src/Setup/winmain.cpp#L125 | ||
| // See options in https://github.com/Squirrel/Squirrel.Windows/blob/51f5e2cb01add79280a53d51e8d0cfa20f8c9f9f/src/Update/StartupOption.cs | ||
| '--silent', |
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.
What does --silent do, though? That link just says { "s|silent", "Silent install", _ => silentInstall = true},
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.
It'll avoid showing the install GUI and starting the application (which is what I think might be causing some issues).
|
This had three successful executions in a row 🤞 |
Description
Merging this PR will:
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes