Skip to content

Commit

Permalink
Fix installDir definition #6907
Browse files Browse the repository at this point in the history
  • Loading branch information
panther7 committed Jul 11, 2022
1 parent d99da82 commit 67b961a
Showing 1 changed file with 2 additions and 2 deletions.
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 67b961a

Please sign in to comment.