Skip to content

Commit

Permalink
Updated meson output name
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Aug 29, 2021
1 parent 329c442 commit debb978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ meson install -C build
## Run

```zsh
./build/swayAudioIdleInhibit
./build/sway-audio-idle-inhibit
```
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ client_protos = declare_dependency(
)

executable(
'swayAudioIdleInhibit',
'sway-audio-idle-inhibit',
[
'./src/main.cpp',
'./src/idle.cpp',
Expand Down

0 comments on commit debb978

Please sign in to comment.