diff options
author | Sebastian <sebasjm@gmail.com> | 2023-03-05 16:11:09 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-03-05 16:11:09 -0300 |
commit | c9d17159e8a521c04367e91d2d73df42e47d02dc (patch) | |
tree | 7ce4ee1a8bf635e69b158ad04039fdf44f10773f /copy-backoffice-into-prebuilt.sh | |
parent | 4de014927e95d792633ea367eb4404459489d44f (diff) |
add missing logo
Diffstat (limited to 'copy-backoffice-into-prebuilt.sh')
-rwxr-xr-x | copy-backoffice-into-prebuilt.sh | 4 |
1 files 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/ |