Update win-x64-pkg.sh

This commit is contained in:
fredqian
2025-12-22 10:17:01 +08:00
parent b87ef4eae0
commit 59544e2c57

View File

@@ -6,7 +6,7 @@ mkdir mixio_win_x64
chmod -R 777 mixio
cd mixio
npm install
pkg -t node16-win-x64 package.json
pkg -t node18-win-x64 package.json
mv -f mixio ../mixio_win_x64/
cd ../
chmod -R 777 mixio_win_x64