This commit is contained in:
Eason010212
2024-10-15 22:28:29 +08:00
parent a49084b82a
commit d4d9911b5d
5 changed files with 0 additions and 60 deletions

View File

@@ -1,12 +0,0 @@
curpath=$(cd "$(dirname "$0")"; pwd)
cd ${curpath}
cd ../../
rm -rf mixio_win_x64
mkdir mixio_win_x64
chmod -R 777 mixio
cd mixio
npm install
pkg -t node16-win-x64 package.json
mv -f mixio ../mixio_win_x64/
cd ../
chmod -R 777 mixio_win_x64