Skip to content
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: set executable bit on brioche binary if not already set #112

Merged

Commits on Aug 5, 2024

  1. fix: set executable bit on brioche binary if not already set

    The code changes in `self_update.rs` add logic to set the executable bit on the `brioche` binary if it's not already set. This ensures that the binary can be executed properly after a self update.
    
    Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
    jaudiger committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0680de0 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge branch 'main' into self-update-set-executable-permissions

    Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
    jaudiger committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    41e9027 View commit details
    Browse the repository at this point in the history
  2. refactor: apply the file permissions on the temporary file

    Signed-off-by: Jérémy Audiger <jeremy.audiger@icloud.com>
    jaudiger committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    230124f View commit details
    Browse the repository at this point in the history