Product rename (#4)
* feat: update app identifiers and development team for iOS and macOS builds * feat: rename AmneziaVPN to DefaultVPN in iOS configuration and code references * Complete rename * Missed folder renamed * Translation removed from commit * Another step of renaming * submodule reverted
This commit is contained in:
parent
ab9248032c
commit
e12e9a6587
136 changed files with 588 additions and 588 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include "logger.h"
|
||||
#include "platforms/windows/windowsutils.h"
|
||||
|
||||
constexpr const char* VPN_NAME = "AmneziaVPN";
|
||||
constexpr const char* VPN_NAME = "DefaultVPN";
|
||||
constexpr const char* WIREGUARD_DIR = "AmneziaWG";
|
||||
constexpr const char* DATA_DIR = "Data";
|
||||
|
||||
|
|
@ -134,7 +134,7 @@ int WindowsCommons::VPNAdapterIndex() {
|
|||
// For someReason QNetworkInterface::fromName(MozillaVPN) does not work >:(
|
||||
auto adapterList = QNetworkInterface::allInterfaces();
|
||||
for (const auto& adapter : adapterList) {
|
||||
if (adapter.humanReadableName().contains("AmneziaVPN")) {
|
||||
if (adapter.humanReadableName().contains("DefaultVPN")) {
|
||||
return adapter.index();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue