Files
core/scripts/zip-asset.sh
Innei 44d929c5b9 Revert "chore: submodule"
This reverts commit ab83f9265d.
2022-03-12 12:32:59 +08:00

10 lines
217 B
Bash

#!/bin/sh
set -e
git clone https://github.com/mx-space/assets.git --depth=1
rm -rf assets/.git
cp -R assets out
cp ecosystem.config.js out
node scripts/download-latest-admin-assets.js
cd out
zip -r ../release.zip ./*