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