@recallai/desktop-sdk 2025.7.1-ea58d614cf031d4dbc0a484aae85ead44098ae20 → 2025.7.2-0a3427bd3482e4da65c1bbb4dc848b321f490114
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -91,7 +91,7 @@ function startProcess() {
|
|
|
91
91
|
|
|
92
92
|
let envExtra = {};
|
|
93
93
|
|
|
94
|
-
if (process.platform === "win32") {
|
|
94
|
+
if (process.platform === "win32" && process.env.GLOBAL_GST_RECALL !== "1") {
|
|
95
95
|
envExtra["GST_PLUGIN_PATH"] = path.join(path.dirname(exe_path), "gstreamer-1.0");
|
|
96
96
|
}
|
|
97
97
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@recallai/desktop-sdk",
|
|
3
|
-
"version": "2025.07.
|
|
3
|
+
"version": "2025.07.02-0a3427bd3482e4da65c1bbb4dc848b321f490114",
|
|
4
4
|
"description": "Recall Desktop SDK (Alpha)",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|