Skip to content

Commit

Permalink
Make launch script executable
Browse files Browse the repository at this point in the history
Instead of setting the install mode to executable only for root, make the
launch script executable for all users. Without this, users cannot launch
the application if installed on the system.
  • Loading branch information
City-busz committed Nov 26, 2024
1 parent 769a494 commit dabb39c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
Empty file modified errands/errands.py
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion errands/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ configure_file(
configuration: conf,
install: true,
install_dir: get_option('bindir'),
install_mode: 'r-xr--r--'
)

install_data('application.py', install_dir: moduledir)
Expand Down
1 change: 0 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ configure_file(
configuration: conf,
install: true,
install_dir: get_option('bindir'),
install_mode: 'r-xr--r--',
)
install_data(join_paths('errands', 'application.py'), install_dir: moduledir)
install_data(join_paths('errands', 'state.py'), install_dir: moduledir)
Expand Down

0 comments on commit dabb39c

Please sign in to comment.