Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 396 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 396 Bytes

patrulator

Source code for patrulator proxy.

  1. Rebuilding native modules (serialport):

Windows:

Linux:

  1. Packaging application:

Windows: zip files (excluding main folder).

Linux: zip -r app.nw *

  1. Creating executable:

Windows: Command Line: copy /b nw.exe+app.nw app.exe

Must be shipped with: icudtl.dat and nw.pak

Linux: