Skip to content

Commit 07badb5

Browse files
committed
delete log
1 parent 2b86c16 commit 07badb5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/electron-builder-squirrel-windows/src/SquirrelWindowsTarget.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export default class SquirrelWindowsTarget extends Target {
6464
}
6565

6666
const filePath = path.join(appOutDir, appExe.name)
67-
log.filePath(filePath)
6867
const stubExePath = path.join(appOutDir, `${this.exeName}_ExecutionStub.exe`)
6968
await fs.promises.copyFile(path.join(vendorDir, "StubExecutable.exe"), stubExePath)
7069
await execWine(path.join(vendorDir, "WriteZipToSetup.exe"), null, ["--copy-stub-resources", filePath, stubExePath])

0 commit comments

Comments
 (0)