swiftpatch-cli 1.1.5 → 1.1.6

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/dist/index.js CHANGED
@@ -4484,7 +4484,7 @@ var deployCommand = new Command43("deploy").description("Bundle, publish, and re
4484
4484
  const hashSpinner = ora35("Computing bundle hash...").start();
4485
4485
  const bundleName = platform === "ios" ? "main.jsbundle" : "index.android.bundle";
4486
4486
  const outputDir = path9.join(tmpRoot, platform);
4487
- const rawBundlePath = path9.join(outputDir, bundleName);
4487
+ const rawBundlePath = path9.join(outputDir, "bundles", bundleName);
4488
4488
  let bundleHash;
4489
4489
  try {
4490
4490
  bundleHash = await hashBundle(rawBundlePath);