@rudderhq/cli 0.4.1 → 0.4.2-canary.0

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
@@ -14293,7 +14293,7 @@ function isExactRuntimePackageSpec(version, packageSpec) {
14293
14293
  return version !== "latest" && packageSpec === resolveRuntimePackageSpec(version);
14294
14294
  }
14295
14295
  function runtimeSupportsDesktopShellAssets(version, runtime) {
14296
- return isExactRuntimePackageSpec(version, runtime.packageSpec) && Boolean(runtime.postgresPayloadBinDir);
14296
+ return isExactRuntimePackageSpec(version, runtime.packageSpec);
14297
14297
  }
14298
14298
  function resolveDesktopAssetTarget(platform = process.platform, arch = process.arch) {
14299
14299
  if (platform === "darwin") {