Skip to content

Commit 3eeabab

Browse files
committed
feat: Update JumpServerClient version and dependencies in Cargo files
1 parent 1523f4e commit 3eeabab

3 files changed

Lines changed: 52 additions & 37 deletions

File tree

src-tauri/Cargo.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "jumpserver-client"
3-
version = "1.4.0"
2+
name = "JumpServerClient"
3+
version = "3.1.0"
44
description = "JumpServer client tool"
55
authors = [ "JumpServer" ]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
{
22
"bundle": {
33
"active": true,
4-
"targets": ["dmg", "msi", "nsis", "appimage", "deb", "rpm"],
5-
"icon": ["icons/icon.ico", "icons/icon.icns", "icons/icon.png"],
6-
"resources": ["resources/bin/"],
4+
"targets": [
5+
"dmg",
6+
"msi",
7+
"nsis",
8+
"appimage",
9+
"deb",
10+
"rpm"
11+
],
12+
"icon": [
13+
"icons/icon.ico",
14+
"icons/icon.icns",
15+
"icons/icon.png"
16+
],
17+
"resources": [
18+
"resources/bin/"
19+
],
720
"externalBin": [],
821
"copyright": "",
922
"category": "DeveloperTool",
@@ -40,7 +53,9 @@
4053
"plugins": {
4154
"deep-link": {
4255
"desktop": {
43-
"schemes": ["jms"]
56+
"schemes": [
57+
"jms"
58+
]
4459
}
4560
}
4661
},
@@ -71,4 +86,4 @@
7186
},
7287
"withGlobalTauri": false
7388
}
74-
}
89+
}

0 commit comments

Comments
 (0)