fix: remove windows build
This commit is contained in:
@@ -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
8
scripts/zip-asset.sh
Normal 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 ./*
|
||||
Reference in New Issue
Block a user