1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

Merge pull request #1238 from notlesh/mac-uninstall-permissions-into-dev-2020-04-21

Use install(PROGRAMS... instead of isntall(FILES...
This commit is contained in:
Jason Rhinelander 2020-04-21 20:40:13 -03:00 committed by GitHub
commit 9ce38fe54f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ ExternalProject_Add(lokinet-gui
install(FILES ${CMAKE_SOURCE_DIR}/contrib/macos/lokinet_uninstall.sh
install(PROGRAMS ${CMAKE_SOURCE_DIR}/contrib/macos/lokinet_uninstall.sh
DESTINATION "bin/"
COMPONENT lokinet)