forked from ctrl_packages/epics_launcher
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"Linux": {
|
|
"theme_base": "../themes/",
|
|
"cmd": {
|
|
"command": "{command}"
|
|
},
|
|
"caqtdm":{
|
|
"command": "caqtdm {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro "}
|
|
},
|
|
"medm":{
|
|
"command": "medm -x {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro "}
|
|
}
|
|
},
|
|
"Windows": {
|
|
"theme_base": "../themes/",
|
|
"cmd": {
|
|
"command": "{command}"
|
|
},
|
|
"caqtdm":{
|
|
"command": "caqtdm {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro "}
|
|
},
|
|
"medm":{
|
|
"command": "medm -x {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro "}
|
|
}
|
|
},
|
|
"OS_X": {
|
|
"theme_base": "../themes/",
|
|
"cmd": {
|
|
"command": "{command}"
|
|
},
|
|
"caqtdm":{
|
|
"command": "caqtdm {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro "}
|
|
},
|
|
"medm":{
|
|
"command": "medm -x {macros} {panel}",
|
|
"arg_flags": {"macros": "-macro "}
|
|
}
|
|
}
|
|
} |