Skip to content

Commit 67b961a

Browse files
committed
Fix installDir definition #6907
1 parent d99da82 commit 67b961a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/electron-updater/src/NsisUpdater.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ import { gunzipSync } from "zlib"
1717

1818
export class NsisUpdater extends BaseUpdater {
1919
/**
20-
* Install dir
20+
* Specify custom install directory path
2121
*
2222
*/
23-
installDirectory: string | null = null
23+
installDirectory?: string
2424

2525
constructor(options?: AllPublishOptions | null, app?: AppAdapter) {
2626
super(options, app)

0 commit comments

Comments
 (0)