Files
core/scripts/zip-asset.sh
2022-02-24 18:55:28 +08:00

9 lines
210 B
Bash

#!/bin/sh
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 ./*