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

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 {