Skip to content

Commit

Permalink
Removed homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Dec 18, 2023
1 parent 0373297 commit 7796ffd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
elseif(CMAKE_SYSTEM_NAME MATCHES "Darwin")
install(TARGETS keymapper DESTINATION "bin" COMPONENT Application)
install(TARGETS keymapperd DESTINATION "bin" COMPONENT Application)
install(FILES extra/keymapper-launchd PERMISSIONS WORLD_EXECUTE OWNER_WRITE WORLD_READ DESTINATION "bin" COMPONENT Application)
install(FILES extra/keymapper-launchd DESTINATION "bin" COMPONENT Application)
else()
install(TARGETS keymapper DESTINATION . COMPONENT Application)
install(TARGETS keymapperd DESTINATION . COMPONENT Application)
Expand Down
33 changes: 0 additions & 33 deletions extra/keymapper.rb

This file was deleted.

0 comments on commit 7796ffd

Please sign in to comment.