package-x64.bat 63 B

1234
  1. @echo off
  2. cd /d "%~dp0.."
  3. node "%~dp0x64\package-x64.js"
  4. pause