Skip to content
Snippets Groups Projects
Select Git revision
  • 2ed10cdaf4896706fa9317fc5be3d50c549df67e
  • 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

j2l

user avatar
actb authored
6c57c480
History
Name Last commit Last update
..
package-lock.json
package.json
readme.txt
the electron application is packaged in an app.asar file

electron can call into this, but e.g. matlab can't. 

matlab needs to be able to call JSONtoLEVER.js for leverImport.

so, we package a stand-alone version in the prebuild version of the built folder.

dist copies JSONtoLEVER.js along with this folder containing the node dependencies for sqlite3 and minimist, used by JSONtoLEVER.js into the prebuilt folder in the install path.