License view and ask for path to install on Windows, Fixes: #242, #241

This commit is contained in:
ziajka
2019-01-03 11:07:06 +01:00
parent 2c6a2e7a8b
commit 949eaf2b8b
3 changed files with 10 additions and 3 deletions

View File

@ -84,7 +84,7 @@ def download_command(arguments):
shutil.rmtree(SOURCE_DESTINATION, ignore_errors=True)
os.makedirs(SOURCE_DESTINATION)
download("https://github.com/GNS3/gns3-server/archive/2.1.zip", SOURCE_ZIP)
download("https://github.com/GNS3/gns3-server/archive/2.2.zip", SOURCE_ZIP)
files = unzip(SOURCE_ZIP, SOURCE_DESTINATION)
source_directory = os.path.join(SOURCE_DESTINATION, files[0].filename)