taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 34009a8892f7189fe13d04fa0afd683aa262a02b
parent e0b1ab489c6e5ab588c382af0a730f3d35297705
Author: Florian Dold <florian@dold.me>
Date:   Wed,  1 Apr 2026 11:51:24 +0200

fix dist archive name

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -29,7 +29,7 @@ dist: --include ./packages/bank-ui/configure \ --include ./packages/taler-harness/configure \ --include ./packages/merchant-backoffice-ui/configure \ - taler-wallet-$(shell git describe --tags --abbrev=0).tar.gz + taler-typescript-core-$(shell git describe --tags --abbrev=0 | sed -e 's/^v//').tar.gz # Create tarball with git hash prefix in name .PHONY: dist-git