linux x64 pkg

Signed-off-by: 宋义深 <9733925+eason_0212@user.noreply.gitee.com>
This commit is contained in:
宋义深
2023-03-18 04:50:26 +00:00
committed by Gitee
parent 950304108c
commit bb87ef8217

View File

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