summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dist-assets/windows/installer.nsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist-assets/windows/installer.nsh b/dist-assets/windows/installer.nsh
index 4b29fe1df3..c7b02e8b29 100644
--- a/dist-assets/windows/installer.nsh
+++ b/dist-assets/windows/installer.nsh
@@ -29,7 +29,7 @@
#
!macro BreakInstallation
- Delete "$INSTDIR\mullvadvpn.exe"
+ Delete "$INSTDIR\mullvad vpn.exe"
!macroend