fix: remove windows build

This commit is contained in:
Innei
2022-02-24 18:55:28 +08:00
parent d575bde3fe
commit 768ef595a5
4 changed files with 15 additions and 25 deletions

View File

@@ -1,5 +0,0 @@
#!/bin/sh
pnpm run bundle
cp -R assets out
cd out
zip -r ../release.zip ./*

8
scripts/zip-asset.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/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 ./*