fix the unzip script path

This commit is contained in:
Siddarth Kumar 2024-05-21 00:10:52 +05:30
parent 1a4ee2f8ab
commit 398c41d9b8
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB
2 changed files with 4 additions and 2 deletions

View File

@ -255,7 +255,7 @@ status-go-ios: ##@status-go Compile status-go for iOS app
status-go-library: SHELL := /bin/sh
status-go-library: ##@status-go Compile status-go for node-js
unzip -d ./result/ status-go-library.zip
unzip -j -o -d ./result/ status-go-library.zip
#--------------
# Watch, Build & Review changes
@ -338,9 +338,11 @@ _test-clojure: export WATCH ?= false
_test-clojure: status-go-library
_test-clojure:
ifeq ($(WATCH), true)
yarn node-pre-gyp rebuild && \
yarn shadow-cljs compile mocks && \
nodemon --exec "yarn shadow-cljs compile test && node --require ./test-resources/override.js $$SHADOW_OUTPUT_TO" -e cljs
else
yarn node-pre-gyp rebuild && \
yarn shadow-cljs compile mocks && \
yarn shadow-cljs compile test && \
node --require ./test-resources/override.js "$$SHADOW_OUTPUT_TO"

View File

@ -9,7 +9,7 @@
#include <string>
#include <queue>
#include "../../../result/status-go-library/libstatus.h"
#include "../../../result/libstatus.h"
namespace status {