diff options
author | Sebastian <sebasjm@gmail.com> | 2023-01-23 08:44:03 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2023-01-23 08:45:04 -0300 |
commit | 2308b49bffd322e083d1c1cd60bcbe6aaa5321c4 (patch) | |
tree | 9f5b41e881aa85b09b257857dd76bc719c730f2d /bootstrap | |
parent | 2963676d83f2ecc26ecc2d387bde5bc78cf7e34d (diff) |
take spa from wallet-core
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -33,9 +33,7 @@ echo "$0: Running autoreconf" autoreconf -if echo "Importing single-page app (from external Git repository)" -cd contrib/merchant-backoffice +cd contrib/wallet-core git checkout -f origin/prebuilt -cp spa.html .. -cd ../.. exit 0 |