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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cli/index.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electrobun",
3
- "version": "1.15.1-beta.0",
3
+ "version": "1.15.1",
4
4
  "description": "Build ultra fast, tiny, and cross-platform desktop apps with Typescript.",
5
5
  "license": "MIT",
6
6
  "author": "Blackboard Technologies Inc.",
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
  ];