Skip to content

Commit

Permalink
Set better permissions 'HighTide'
Browse files Browse the repository at this point in the history
'r-xr--r--' means that only the owner can run HighTide, this is on a
traditional installation most likely the root user. With that change
everyone will be able to run it.
  • Loading branch information
fabiscafe committed Jan 30, 2025
1 parent 5770c6c commit 0f88027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configure_file(
configuration: conf,
install: true,
install_dir: get_option('bindir'),
install_mode: 'r-xr--r--'
install_mode: 'r-xr-xr-x'
)

tidal_sources = [
Expand Down

0 comments on commit 0f88027

Please sign in to comment.