quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit 122160726241bbe376b1ba0cf4ac47d3d6467c4a
parent 8a474d40e2b762d47661e14a91dec64ad58f78d9
Author: Iván Ávalos <avalos@disroot.org>
Date:   Wed, 26 Feb 2025 15:06:02 +0100

android: new wallet-core git URL

Diffstat:
Mdocker-android/build.sh | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker-android/build.sh b/docker-android/build.sh @@ -20,8 +20,8 @@ GRADLE_PROPERTIES_FILE=./QuickJS-android/gradle.properties WALLET_CORE_VERSION=$(grep -hoP '^WALLET_CORE_VERSION=\K.*' $GRADLE_PROPERTIES_FILE) # Download and build wallet-core (as non-root) -git clone https://git.taler.net/wallet-core.git -cd wallet-core/ +git clone https://git.gnunet.org/taler-typescript-core.git +cd taler-typescript-core/ git checkout "tags/${WALLET_CORE_VERSION}" npm i -g pnpm @@ -35,8 +35,8 @@ make embedded EOF cd ../ -cp wallet-core/packages/taler-wallet-embedded/dist/taler-wallet-core-qjs.mjs . -rm -rf wallet-core/ +cp taler-typescript-core/packages/taler-wallet-embedded/dist/taler-wallet-core-qjs.mjs . +rm -rf taler-typescript-core/ # Build .so library . /etc/environment