mirror of
https://github.com/GNS3/gns3-gui.git
synced 2026-05-17 00:46:01 +03:00
Clean the Dynamips client implementation (still some to do).
Add support for more NIOs on for non-router devices. Improve the node configurator for group settings. Delete extra resources file.
This commit is contained in:
@@ -52,7 +52,8 @@ def recursive(function, path):
|
||||
|
||||
if __name__ == '__main__':
|
||||
cwd = os.path.dirname(os.path.abspath(__file__))
|
||||
ui_path = os.path.abspath(os.path.join(cwd, "../gns3/"))
|
||||
recursive(build_ui, ui_path)
|
||||
gns3_path = os.path.abspath(os.path.join(cwd, "../gns3/"))
|
||||
ui_path = os.path.abspath(os.path.join(cwd, "../gns3/ui"))
|
||||
recursive(build_ui, gns3_path)
|
||||
rcc_path = os.path.abspath(os.path.join(cwd, "../resources"))
|
||||
build_resources(rcc_path, ui_path)
|
||||
|
||||
Reference in New Issue
Block a user