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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livedesk/client",
3
- "version": "0.1.264",
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.460",
46
- "@livedesk/fast-osx-arm64": "0.1.460",
47
- "@livedesk/fast-osx-x64": "0.1.460",
48
- "@livedesk/fast-win-x64": "0.1.460"
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
- target:
31
- - target: AppImage
32
- arch:
33
- - x64
34
- publish:
35
- provider: generic
36
- url: https://livedesk-desktop-updates.lovecrdm.workers.dev/stable/linux/x64
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.614",
4
- "livedeskClientVersion": "0.1.264",
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.460",
55
- "@livedesk/fast-osx-arm64": "0.1.460",
56
- "@livedesk/fast-osx-x64": "0.1.460",
57
- "@livedesk/fast-win-x64": "0.1.460"
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"
@@ -4,7 +4,7 @@
4
4
  "short_name": "VuvoDesk",
5
5
  "description": "Monitor and control your VuvoDesk computers from your phone.",
6
6
  "lang": "en",
7
- "start_url": "/app?pwa=0.1.614",
7
+ "start_url": "/app?pwa=0.1.616",
8
8
  "scope": "/",
9
9
  "display": "standalone",
10
10
  "orientation": "any",