Skip to content

Commit

Permalink
chore: Expanding NSISUpdater installDir definition (#6995)
Browse files Browse the repository at this point in the history
  • Loading branch information
panther7 committed Jul 15, 2022
1 parent 5301525 commit c9f0da5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/stale-dodos-refuse.md
@@ -0,0 +1,5 @@
---
"electron-updater": patch
---

Fix installDir definition #6907
4 changes: 2 additions & 2 deletions packages/electron-updater/src/NsisUpdater.ts
Expand Up @@ -17,10 +17,10 @@ import { gunzipSync } from "zlib"

export class NsisUpdater extends BaseUpdater {
/**
* Install dir
* Specify custom install directory path
*
*/
installDirectory: string | null = null
installDirectory?: string

constructor(options?: AllPublishOptions | null, app?: AppAdapter) {
super(options, app)
Expand Down

0 comments on commit c9f0da5

Please sign in to comment.