We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5301525 commit c9f0da5Copy full SHA for c9f0da5
.changeset/stale-dodos-refuse.md
@@ -0,0 +1,5 @@
1
+---
2
+"electron-updater": patch
3
4
+
5
+Fix installDir definition #6907
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