Skip to content

Commit e7833e8

Browse files
committed
fix: update config version to 4
1 parent 0a0125f commit e7833e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

go-client/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"filename": "Jumpserve Clients Config",
3-
"version": 3,
3+
"version": 4,
44
"windowBounds": {
55
"width": 1280,
66
"height": 800
@@ -488,7 +488,7 @@
488488
"download_url": "https://sourceforge.net/projects/tigervnc/files/stable/1.15.0/tigervnc-1.15.0.x86_64.tar.gz",
489489
"type": "remotedesktop",
490490
"path": "/Applications/TigerVNC viewer 1.15.0.app/Contents/MacOS/TigerVNC viewer",
491-
"arg_format": "{host}:{port}",
491+
"arg_format": "{host}::{port}",
492492
"match_first": ["vnc"],
493493
"is_internal": false,
494494
"is_default": false,
@@ -684,7 +684,7 @@
684684
"download_url": "https://sourceforge.net/projects/tigervnc/files/stable/1.15.0/tigervnc-1.15.0.x86_64.tar.gz",
685685
"type": "remotedesktop",
686686
"path": "vncviewer",
687-
"arg_format": "{host}:{port}",
687+
"arg_format": "{host}::{port}",
688688
"match_first": ["vnc"],
689689
"is_internal": true,
690690
"is_default": false,

0 commit comments

Comments
 (0)