diff options
Diffstat (limited to 'o3d/tests/lab/runner_constants.py')
-rw-r--r-- | o3d/tests/lab/runner_constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/tests/lab/runner_constants.py b/o3d/tests/lab/runner_constants.py index ff6a09e..33afbe5 100644 --- a/o3d/tests/lab/runner_constants.py +++ b/o3d/tests/lab/runner_constants.py @@ -92,7 +92,7 @@ if util.IsWindows(): INSTALL_PATHS += [join(HOME, 'Application Data', 'Google', 'O3D', 'o3d_host.dll')] elif util.IsMac(): - INSTALL_PATHS += ['/Library/Internet Plug-Ins/npo3dautoplugin.plugin'] + INSTALL_PATHS += ['/Library/Internet Plug-Ins/O3D.plugin'] else: INSTALL_PATHS += [join(HOME, '.mozilla', 'plugins', 'libnpo3dautoplugin.so')] |