From c9d17159e8a521c04367e91d2d73df42e47d02dc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 5 Mar 2023 16:11:09 -0300 Subject: add missing logo --- copy-backoffice-into-prebuilt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copy-backoffice-into-prebuilt.sh b/copy-backoffice-into-prebuilt.sh index 8f3df209d..3150f20ba 100755 --- a/copy-backoffice-into-prebuilt.sh +++ b/copy-backoffice-into-prebuilt.sh @@ -2,5 +2,5 @@ [ ! -d prebuilt ] && echo 'directory "prebuilt" not found. first checkout the prebuilt branch into a prebuilt directory' && exit 1 -cp packages/merchant-backoffice-ui/dist/{index,lang*,material*,XRXV*}.* prebuilt/backoffice/ - +cp packages/merchant-backoffice-ui/dist/{index,material*,XRXV*}.* prebuilt/backoffice/ +cp packages/merchant-backoffice-ui/dist/*.svg prebuilt/backoffice/ -- cgit v1.2.3