mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 08:56:06 +03:00
Update paths for binaries moved to the MacOS directory in GNS3.app
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user