Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
vladimir.kuznetsov
71995ce420 bugfix: fixed path to log folder for wireguard on windows 2024-10-09 13:13:08 +08:00

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 {