Skip to content

Commit

Permalink
update app dir
Browse files Browse the repository at this point in the history
  • Loading branch information
beyondkmp committed Jul 17, 2024
1 parent 55f757b commit 706363f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export default class SquirrelWindowsTarget extends Target {
const distOptions = await this.computeEffectiveDistOptions()
await createWindowsInstaller({
...distOptions,
appDirectory: installerOutDir,
outputDirectory: appOutDir,
appDirectory: appOutDir,
outputDirectory: this.outDir,
})

await packager.info.callArtifactBuildCompleted({
Expand Down

0 comments on commit 706363f

Please sign in to comment.