installed-update-identity.d.mts 442 B

1234567
  1. /** Configure per-run Electron data and journal paths before production imports. */
  2. export function configureInstalledUpdateIdentity(
  3. app: { getPath(name: string): string; setPath(name: string, path: string): void },
  4. run: { id: string; versions: readonly string[] },
  5. metadata: { version?: string; dshDesktopAppId?: string },
  6. environment: NodeJS.ProcessEnv,
  7. ): { root: string; userData: string; harnessHome: string; journals: string }