Skip to content
Snippets Groups Projects
Select Git revision
  • 843143588f62183e23c4bec4d6de1a825699eb52
  • master default protected
  • v1.2.12
  • ctc2019
  • v1.1.11
  • v1.1.10
  • v1.1.8
  • v1.1.4
  • v1.0.9
  • v1.0.3
  • v1.0.2
11 results

go_predist.bat

Blame
  • go_predist.bat 351 B
    :: called by npm run dist -- copies leverjs files to leverjsExt
    :: install copies these to ./leverjs outside the asar
    @echo off
    echo %time% 
    rmdir /S /Q leverjsExt 
    xcopy /Y /I /Q /S leverjs leverjsExt 
    xcopy /Q /Y /I /S j2l leverjsExt
    copy server.js leverjsExt
    copy package.json leverjsExt
    mkdir bin
    copy prebuilt\*.json bin\
    copy prebuilt\*.exe bin\