Update paths for binaries moved to the MacOS directory in GNS3.app

This commit is contained in:
grossmj
2019-03-04 16:07:04 +07:00
parent 6b23de94b0
commit b9caf7216a
6 changed files with 6 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ def empty_config(tmpdir, images_dir, symbols_dir, local_server_config):
},
"Dynamips": {
"allocate_aux_console_ports": False,
"dynamips_path": "/Applications/GNS3.app/Contents/Resources/dynamips",
"dynamips_path": "/Applications/GNS3.app/Contents/MacOS/dynamips",
"ghost_ios_support": True,
"mmap_support": True,
"routers": [

View File

@@ -35,7 +35,7 @@ def empty_config(tmpdir, images_dir, symbols_dir, local_server_config):
},
"Dynamips": {
"allocate_aux_console_ports": False,
"dynamips_path": "/Applications/GNS3.app/Contents/Resources/dynamips",
"dynamips_path": "/Applications/GNS3.app/Contents/MacOS/dynamips",
"ghost_ios_support": True,
"mmap_support": True,
"routers": [