mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 23:08:14 +00:00
Dynamips delivery with WebUI, Fixes: #326
This commit is contained in:
@ -58,6 +58,17 @@ DEPENDENCIES = {
|
||||
'vpcs.exe'
|
||||
]
|
||||
}
|
||||
},
|
||||
'dynamips': {
|
||||
'releases': 'https://api.github.com/repos/GNS3/dynamips/releases',
|
||||
'version': '0.2.17',
|
||||
'files': {
|
||||
'windows': [
|
||||
'cygwin1.dll',
|
||||
'dynamips.exe',
|
||||
'nvram_export.exe'
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user