index.js 435 B

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