v0.0.24 - Fix stale release installs by validating installer version and hardening release artifact build/version checks

This commit is contained in:
Laan Tungir
2026-05-05 12:21:26 -04:00
parent 5bb59c1422
commit cca1254740
4 changed files with 64 additions and 4 deletions

View File

@@ -80,6 +80,7 @@ RUN ARCH="$(uname -m)"; \
/build/src/transport_frame.c \
/build/src/key_store.c \
/build/src/socket_name.c \
/build/src/auth_envelope.c \
"$NOSTR_LIB" \
-o /build/nsigner_static \
$(pkg-config --static --libs libcurl openssl) \