gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fix the zip


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix the zip
Date: Sun, 21 Apr 2024 09:18:26 +0200

This is an automated email from the git hooks/post-receive script.

nora-grothoff pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 11d8293c4 fix the zip
11d8293c4 is described below

commit 11d8293c4e92109f0f1eeeb4717222b8435a797f
Author: Nullptrderef <nullptrderef@proton.me>
AuthorDate: Sun Apr 21 09:18:23 2024 +0200

    fix the zip
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 85eeb748c..39a949c51 100644
--- a/Makefile
+++ b/Makefile
@@ -120,7 +120,7 @@ anastasis-webui:
 
 .PHONY: anastasis-webui-dist
 anastasis-webui-dist: anastasis-webui
-       (cd packages/anastasis-webui/dist && zip -r - fonts ui.html) > 
anastasis-webui.zip
+       (cd packages/anastasis-webui/dist/prod && zip -r - ./*) > 
anastasis-webui.zip
 
 
 .PHONY: anastasis-webui-dev

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]