mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-01-03 12:47:13 -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",
|
|
}; |