electrobun 1.15.1-beta.0 → 1.15.1
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/package.json +1 -1
- package/src/cli/index.ts +1 -0
package/package.json
CHANGED
package/src/cli/index.ts
CHANGED
|
@@ -2705,6 +2705,7 @@ Categories=Utility;Application;
|
|
|
2705
2705
|
if (targetOS === "win") {
|
|
2706
2706
|
const d3dCandidates = [
|
|
2707
2707
|
join(effectiveWGPUDir, "bin", "d3dcompiler_47.dll"),
|
|
2708
|
+
join(ELECTROBUN_DEP_PATH, `dist-win-${currentTarget.arch}`, "d3dcompiler_47.dll"),
|
|
2708
2709
|
join(ELECTROBUN_DEP_PATH, "dist", "d3dcompiler_47.dll"),
|
|
2709
2710
|
join(targetPaths.CEF_DIR, "d3dcompiler_47.dll"),
|
|
2710
2711
|
];
|