MySQL (experimental)
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
curpath=$(cd "$(dirname "$0")"; pwd)
|
||||
cd ${curpath}
|
||||
version="{
|
||||
\"version\":\"1.9.6\",
|
||||
\"platform\":\"win-x64\",
|
||||
@@ -13,10 +15,12 @@ mkdir logs
|
||||
cd ../
|
||||
chmod -R 777 mixio
|
||||
cd mixio
|
||||
npm install
|
||||
cd node_modules/cliff/node_modules/winston/lib/winston
|
||||
find -name 'common.js' | xargs perl -pi -e 's|target.padLevels|false|g'
|
||||
cd ../../../../../../
|
||||
cd src
|
||||
npm install
|
||||
pkg -t node16-win-x64 package.json
|
||||
mv -f loader ../../mixio_win_x64/src/loader
|
||||
cp -r certs ../../mixio_win_x64/src
|
||||
|
||||
Reference in New Issue
Block a user