We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99da82 commit 67b961aCopy full SHA for 67b961a
packages/electron-updater/src/NsisUpdater.ts
@@ -17,10 +17,10 @@ import { gunzipSync } from "zlib"
17
18
export class NsisUpdater extends BaseUpdater {
19
/**
20
- * Install dir
+ * Specify custom install directory path
21
*
22
*/
23
- installDirectory: string | null = null
+ installDirectory?: string
24
25
constructor(options?: AllPublishOptions | null, app?: AppAdapter) {
26
super(options, app)
0 commit comments