@recallai/desktop-sdk 2025.7.1-dd66d575e228824ee796ecec3cbe9b53c68979fa → 2025.7.1-ea58d614cf031d4dbc0a484aae85ead44098ae20
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") {
|
|
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.01-
|
|
3
|
+
"version": "2025.07.01-ea58d614cf031d4dbc0a484aae85ead44098ae20",
|
|
4
4
|
"description": "Recall Desktop SDK (Alpha)",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|