aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNullptrderef <nullptrderef@proton.me>2024-04-21 09:18:23 +0200
committerNullptrderef <nullptrderef@proton.me>2024-04-21 09:18:23 +0200
commit11d8293c4e92109f0f1eeeb4717222b8435a797f (patch)
tree95219c865e53641ffd9cfb3b0d153e819937f282 /Makefile
parent60c6395a517d88cd7dd2ab5371bacfe357ab5321 (diff)
downloadwallet-core-11d8293c4e92109f0f1eeeb4717222b8435a797f.tar.xz
fix the zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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