mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-04 06:11:08 +00:00
9 lines
275 B
Python
9 lines
275 B
Python
config = {
|
|
# We bake this directly into the tester image now...
|
|
"download_minidump_stackwalk": False,
|
|
"minidump_stackwalk_path": "/usr/local/bin/linux64-minidump_stackwalk",
|
|
"download_nodejs": False,
|
|
"nodejs_path": "/usr/local/bin/node",
|
|
"exes": {}
|
|
}
|