Skip to content

Commit

Permalink
Merge pull request #19 from fabiscafe/fix_permission
Browse files Browse the repository at this point in the history
Set better permissions 'HighTide'
  • Loading branch information
Nokse22 authored Feb 6, 2025
2 parents bf43cb2 + 0f88027 commit c3b7b99
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 c3b7b99

Please sign in to comment.