Skip to content

Commit

Permalink
Merge pull request #30 from GNS3/fix-virtviewer-path
Browse files Browse the repository at this point in the history
Fix default Spice command path
  • Loading branch information
grossmj authored Feb 13, 2023
2 parents fe90d4f + 2951a2b commit 27d4973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gns3_webclient_pack/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def find_desktop(*desktops):
if sys.platform.startswith("win"):
# Windows
PRECONFIGURED_SPICE_COMMANDS = {
'Remote Viewer': r'"{}\VirtViewer v7.0-256\bin\remote-viewer.exe" spice://{{host}}:{{port}}'.format(program_files),
'Remote Viewer': r'"{}\VirtViewer v11.0-256\bin\remote-viewer.exe" spice://{{host}}:{{port}}'.format(program_files),
}

# default Windows SPICE command
Expand Down

0 comments on commit 27d4973

Please sign in to comment.