| 12345678 |
- var ATOMICTOOL_BIN = __dirname + "/data/editor/AtomicEditor.app/Contents/Applications/CommandLine/AtomicTool";
- var ATOMICEDITOR_DATADIR = __dirname + "/data/editor/AtomicEditor.app/Contents/Resources";
- module.exports = {
- "ATOMICTOOL_BIN" : ATOMICTOOL_BIN,
- "ATOMICEDITOR_DATADIR" : ATOMICEDITOR_DATADIR
- }
|