diff options
| -rw-r--r-- | dist-assets/windows/installer.nsh (renamed from dist-assets/installer.nsh) | 0 | ||||
| -rw-r--r-- | electron-builder.yml | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/dist-assets/installer.nsh b/dist-assets/windows/installer.nsh index 4b29fe1df3..4b29fe1df3 100644 --- a/dist-assets/installer.nsh +++ b/dist-assets/windows/installer.nsh diff --git a/electron-builder.yml b/electron-builder.yml index bdcb1c9e48..83bea2c583 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -54,7 +54,7 @@ nsis: perMachine: true allowElevation: true allowToChangeInstallationDirectory: true - include: dist-assets/installer.nsh + include: dist-assets/windows/installer.nsh win: target: |
