bugfix: fixed path to log folder for wireguard on windows (#1137)

This commit is contained in:
Nethius 2024-10-11 05:58:53 +04:00 committed by GitHub
parent 399a8c6d28
commit 694e781beb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@
#include "platforms/windows/windowsutils.h"
constexpr const char* VPN_NAME = "AmneziaVPN";
constexpr const char* WIREGUARD_DIR = "WireGuard";
constexpr const char* WIREGUARD_DIR = "AmneziaWG";
constexpr const char* DATA_DIR = "Data";
namespace {