index.js 312 B

12345678
  1. var ATOMICTOOL_BIN = __dirname + "/data/editor/AtomicEditor.app/Contents/Applications/CommandLine/AtomicTool";
  2. var ATOMICEDITOR_DATADIR = __dirname + "/data/editor/AtomicEditor.app/Contents/Resources";
  3. module.exports = {
  4. "ATOMICTOOL_BIN" : ATOMICTOOL_BIN,
  5. "ATOMICEDITOR_DATADIR" : ATOMICEDITOR_DATADIR
  6. }