Skip to content

Commit 17a2c0d

Browse files
committed
fix import
1 parent 3139e76 commit 17a2c0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/electron-builder/src/cli/create-self-signed-cert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getWindowsKitsBundle } from "app-builder-lib/src/targets/tools"
1+
import { getWindowsKitsBundle } from "app-builder-lib/out/targets/tools"
22
import { exec, log, spawn, TmpDir, unlinkIfExists } from "builder-util"
33
import { sanitizeFileName } from "builder-util/out/filename"
44
import * as chalk from "chalk"

test/src/BuildTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import * as path from "path"
88
import { app, appTwo, appTwoThrows, assertPack, getFixtureDir, linuxDirTarget, modifyPackageJson, packageJson, toSystemIndependentPath } from "./helpers/packTester"
99
import { ELECTRON_VERSION } from "./helpers/testConfig"
1010
import { verifySmartUnpack } from "./helpers/verifySmartUnpack"
11-
import { PM } from "app-builder-lib/src/node-module-collector/packageManager"
11+
import { PM } from "app-builder-lib/out/node-module-collector/packageManager"
1212

1313
test.ifLinux("cli", ({ expect }) => {
1414
// because these methods are internal

test/src/packageManagerTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Platform } from "app-builder-lib"
2-
import { PM } from "app-builder-lib/src/node-module-collector"
2+
import { PM } from "app-builder-lib/out/node-module-collector"
33
import { execSync } from "child_process"
44
import { copyFile, outputFile, rm, writeFile } from "fs-extra"
55
import * as path from "path"

0 commit comments

Comments
 (0)