Why Nostr? What is Njump?
2024-07-03 00:52:58

npub16p…s4atf on Nostr: commit 3efb9566818f85b5c16526cb0cb2403b67276b03 Author: @RandyMcMillan ...

commit 3efb9566818f85b5c16526cb0cb2403b67276b03
Author: @RandyMcMillan <[email protected]>
Date: Thu Feb 8 09:24:37 2024 -0500

CMakeLists.txt:gnostr-get-relays

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fb997e254..9b1861fcf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -124,7 +124,7 @@ add_dependencies(nostr configurator)

##TODO:rename to gnostr-get-relays
## once tools are stable
-add_executable(gnostr-getrelays src/gnostr-get-relays.c)
+add_executable(gnostr-get-relays src/gnostr-get-relays.c)
add_executable(gnostr-set-relays src/gnostr-set-relays.c)

add_executable(gnostr-pi src/gnostr-pi.c)
@@ -337,10 +337,10 @@ install(TARGETS gnostr-gnode
CONFIGURATIONS Release
RUNTIME DESTINATION /usr/local/bin)

-install(TARGETS gnostr-getrelays
+install(TARGETS gnostr-get-relays
CONFIGURATIONS Debug
RUNTIME DESTINATION ${CMAKE_SOURCE_DIR}/bin)
-install(TARGETS gnostr-getrelays
+install(TARGETS gnostr-get-relays
CONFIGURATIONS Release
RUNTIME DESTINATION /usr/local/bin)
Author Public Key
npub16p0kf5vuxztrevlrmnqpclje5s63qf5fpd76vvhj3svhjc64jlkq7s4atf