summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rwxr-xr-xgui/packages/desktop/electron-builder.yml1
2 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8aac5a9fe..2d05612d56 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -69,7 +69,7 @@ Line wrap the file at 100 chars. Th
- Replace WebSockets with Unix domain sockets/Named pipes for IPC. The location
of the socket can be controlled with `MULLVAD_RPC_SOCKET_PATH`.
- Update the relay list if it's out of date when the daemon starts.
-- Move the CLI binary (`mullvad` or `mullvad.exe`) up one level, so it's installed directly into
+- Move the CLI binary (`mullvad`) on macOS and Linux up one level, so it's installed directly into
the app installation directory instead of the `resource` directory.
diff --git a/gui/packages/desktop/electron-builder.yml b/gui/packages/desktop/electron-builder.yml
index b67ac0b644..cf164140f7 100755
--- a/gui/packages/desktop/electron-builder.yml
+++ b/gui/packages/desktop/electron-builder.yml
@@ -92,7 +92,6 @@ win:
to: .
- from: ../../../dist-assets/binaries/windows/openvpn.exe
to: .
- extraFiles:
- from: ../../../target/release/mullvad.exe
to: .