livedesk 0.1.614 → 0.1.616
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/client/package.json +5 -5
- package/electron/electron-builder.linux-x64-dev.yml +9 -0
- package/electron/electron-builder.linux-x64.yml +17 -11
- package/electron/electron-builder.mac-arm64-dev.yml +13 -0
- package/electron/electron-builder.mac-x64-dev.yml +13 -0
- package/package.json +6 -6
- package/web/dist/app.webmanifest +1 -1
- package/web/dist/assets/{LiveDeskApp-Boz0e1nW.js → LiveDeskApp-3kkrWbcY.js} +1 -1
- package/web/dist/assets/index-CKNX8KEY.css +1 -0
- package/web/dist/assets/{index-B0qBAUYN.js → index-DFEdMgP8.js} +8 -8
- package/web/dist/index.html +2 -2
- package/web/dist/livedesk-build-evidence.json +17 -17
- package/web/dist/sw.js +1 -1
- package/web/dist/assets/index-CpHNEjHy.css +0 -1
package/client/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livedesk/client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.265",
|
|
4
4
|
"description": "VuvoDesk local remote client",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"ws": "^8.18.3"
|
|
43
43
|
},
|
|
44
44
|
"optionalDependencies": {
|
|
45
|
-
"@livedesk/fast-linux-x64": "0.1.
|
|
46
|
-
"@livedesk/fast-osx-arm64": "0.1.
|
|
47
|
-
"@livedesk/fast-osx-x64": "0.1.
|
|
48
|
-
"@livedesk/fast-win-x64": "0.1.
|
|
45
|
+
"@livedesk/fast-linux-x64": "0.1.461",
|
|
46
|
+
"@livedesk/fast-osx-arm64": "0.1.461",
|
|
47
|
+
"@livedesk/fast-osx-x64": "0.1.461",
|
|
48
|
+
"@livedesk/fast-win-x64": "0.1.461"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
extends: file:packages/livedesk/electron/electron-builder.linux-x64.yml
|
|
2
|
+
artifactName: VuvoDesk-${version}-dev-${arch}.${ext}
|
|
3
|
+
directories:
|
|
4
|
+
output: dist/desktop-dev
|
|
5
|
+
extraMetadata:
|
|
6
|
+
desktopUpdateChannel: dev
|
|
7
|
+
publish:
|
|
8
|
+
provider: generic
|
|
9
|
+
url: https://livedesk-desktop-updates.lovecrdm.workers.dev/dev/linux/x64
|
|
@@ -23,14 +23,20 @@ asarUnpack:
|
|
|
23
23
|
- hub/**
|
|
24
24
|
- runtime-core/**
|
|
25
25
|
- web/**
|
|
26
|
-
linux:
|
|
27
|
-
icon: packages/livedesk/electron/icon.png
|
|
28
|
-
category: Utility
|
|
29
|
-
executableName: livedesk
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
linux:
|
|
27
|
+
icon: packages/livedesk/electron/icon.png
|
|
28
|
+
category: Utility
|
|
29
|
+
executableName: livedesk
|
|
30
|
+
maintainer: "lovecrdm <lovecrdm@gmail.com>"
|
|
31
|
+
target:
|
|
32
|
+
- target: AppImage
|
|
33
|
+
arch:
|
|
34
|
+
- x64
|
|
35
|
+
- target: deb
|
|
36
|
+
arch:
|
|
37
|
+
- x64
|
|
38
|
+
extraMetadata:
|
|
39
|
+
homepage: https://vuvodesk.com
|
|
40
|
+
publish:
|
|
41
|
+
provider: generic
|
|
42
|
+
url: https://livedesk-desktop-updates.lovecrdm.workers.dev/stable/linux/x64
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
extends: file:packages/livedesk/electron/electron-builder.mac-arm64.yml
|
|
2
|
+
artifactName: VuvoDesk-${version}-dev-${arch}.${ext}
|
|
3
|
+
directories:
|
|
4
|
+
output: dist/desktop-dev
|
|
5
|
+
extraMetadata:
|
|
6
|
+
desktopUpdateChannel: dev
|
|
7
|
+
mac:
|
|
8
|
+
identity: "-"
|
|
9
|
+
hardenedRuntime: false
|
|
10
|
+
notarize: false
|
|
11
|
+
publish:
|
|
12
|
+
provider: generic
|
|
13
|
+
url: https://livedesk-desktop-updates.lovecrdm.workers.dev/dev/macos/arm64
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
extends: file:packages/livedesk/electron/electron-builder.mac-x64.yml
|
|
2
|
+
artifactName: VuvoDesk-${version}-dev-${arch}.${ext}
|
|
3
|
+
directories:
|
|
4
|
+
output: dist/desktop-dev
|
|
5
|
+
extraMetadata:
|
|
6
|
+
desktopUpdateChannel: dev
|
|
7
|
+
mac:
|
|
8
|
+
identity: "-"
|
|
9
|
+
hardenedRuntime: false
|
|
10
|
+
notarize: false
|
|
11
|
+
publish:
|
|
12
|
+
provider: generic
|
|
13
|
+
url: https://livedesk-desktop-updates.lovecrdm.workers.dev/dev/macos/x64
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "livedesk",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"livedeskClientVersion": "0.1.
|
|
3
|
+
"version": "0.1.616",
|
|
4
|
+
"livedeskClientVersion": "0.1.265",
|
|
5
5
|
"buildFlavor": "production",
|
|
6
6
|
"description": "VuvoDesk Hub and client launcher",
|
|
7
7
|
"type": "module",
|
|
@@ -51,10 +51,10 @@
|
|
|
51
51
|
"ws": "^8.18.3"
|
|
52
52
|
},
|
|
53
53
|
"optionalDependencies": {
|
|
54
|
-
"@livedesk/fast-linux-x64": "0.1.
|
|
55
|
-
"@livedesk/fast-osx-arm64": "0.1.
|
|
56
|
-
"@livedesk/fast-osx-x64": "0.1.
|
|
57
|
-
"@livedesk/fast-win-x64": "0.1.
|
|
54
|
+
"@livedesk/fast-linux-x64": "0.1.461",
|
|
55
|
+
"@livedesk/fast-osx-arm64": "0.1.461",
|
|
56
|
+
"@livedesk/fast-osx-x64": "0.1.461",
|
|
57
|
+
"@livedesk/fast-win-x64": "0.1.461"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
package/web/dist/app.webmanifest
CHANGED