-
Notifications
You must be signed in to change notification settings - Fork 10.4k
raylib: add branch switcher #36411
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
raylib: add branch switcher #36411
Conversation
3acdc96 to
a0267aa
Compare
|
my branch has some bug fixes, did you add those? we should do separately first |
|
nvm can fix later. thanks! |
|
reverting, this was missing quite a few things from #36359 like only showing on release branches and dialog fixes which made it more difficult to merge my pr |
| selected = self._select_branch_dialog.selection | ||
| self._target_branch_btn.action_item.set_value(selected) | ||
| ui_state.params.put("UpdaterTargetBranch", selected) | ||
| os.system("pkill -SIGHUP -f system.updated.updated") |
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.
Qt uses SIGUSR1 for branch switching































resolve #36329

