mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-25 02:10:32 -06:00
10 lines
401 B
JavaScript
10 lines
401 B
JavaScript
module.exports = {
|
|
|
|
SYMPHONY_CONFIG_FILE_NAME: "/Symphony.config",
|
|
|
|
ELECTRON_GLOBAL_CONFIG_PATH_MAC: "node_modules/electron/dist/Electron.app/Contents/config",
|
|
ELECTRON_GLOBAL_CONFIG_PATH_WIN: "node_modules/electron/dist/config",
|
|
|
|
SEARCH_LIBRARY_PATH_MAC: "node_modules/electron/dist/Electron.app/Contents/library",
|
|
SEARCH_LIBRARY_PATH_WIN: "node_modules/electron/dist/library",
|
|
}; |