@livedesk/client 0.1.112 → 0.1.113
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/bin/livedesk-client.js +1 -0
- package/fast/linux-x64/livedesk-client-fast.dll +0 -0
- package/fast/linux-x64/livedesk-client-fast.pdb +0 -0
- package/fast/osx-arm64/livedesk-client-fast.dll +0 -0
- package/fast/osx-arm64/livedesk-client-fast.pdb +0 -0
- package/fast/osx-x64/livedesk-client-fast.dll +0 -0
- package/fast/osx-x64/livedesk-client-fast.pdb +0 -0
- package/fast/win-x64/livedesk-client-fast.dll +0 -0
- package/fast/win-x64/livedesk-client-fast.pdb +0 -0
- package/package.json +1 -1
package/bin/livedesk-client.js
CHANGED
|
@@ -2522,6 +2522,7 @@ function resolveBundledFfmpegPaths() {
|
|
|
2522
2522
|
function buildFastEnvironment() {
|
|
2523
2523
|
const env = { ...process.env };
|
|
2524
2524
|
env.LIVEDESK_NODE_EXECUTABLE = process.execPath;
|
|
2525
|
+
env.LIVEDESK_CLIENT_PACKAGE_VERSION = readPackageVersion();
|
|
2525
2526
|
const bundledFfmpegPaths = resolveBundledFfmpegPaths();
|
|
2526
2527
|
const separator = process.platform === 'win32' ? ';' : ':';
|
|
2527
2528
|
const configuredPaths = env.LIVEDESK_FFMPEG_PATHS
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|