linux x64 pkg
Signed-off-by: 宋义深 <9733925+eason_0212@user.noreply.gitee.com>
This commit is contained in:
12
pkg_tools/linux-x64-pkg.sh
Normal file
12
pkg_tools/linux-x64-pkg.sh
Normal 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
|
||||
Reference in New Issue
Block a user