diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-06-04 15:17:26 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-06-08 11:13:04 +0200 |
| commit | d659bae3b2effb336970e1b16d33f19f3b68bf66 (patch) | |
| tree | 8c1d5440ca0d932e96bb72d1849ee7abdf9c187e | |
| parent | dbee096e51ce75b63fbfcbc2a89b3c74bdc83f31 (diff) | |
| download | mullvadvpn-d659bae3b2effb336970e1b16d33f19f3b68bf66.tar.xz mullvadvpn-d659bae3b2effb336970e1b16d33f19f3b68bf66.zip | |
Move 'installer.nsh' and update reference
| -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: |
