Add error handling of enabled "always-on" during VPN connection (#698)

* Always add awg-go version to the log
* Display an error message always when no vpn permission is granted
This commit is contained in:
albexk 2024-03-26 02:09:50 +03:00 committed by GitHub
parent 30bd264f17
commit 7730dd510c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 67 additions and 16 deletions

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)
set(PROJECT AmneziaVPN)
project(${PROJECT} VERSION 4.4.2.1
project(${PROJECT} VERSION 4.4.2.2
DESCRIPTION "AmneziaVPN"
HOMEPAGE_URL "https://amnezia.org/"
)
@ -11,7 +11,7 @@ string(TIMESTAMP CURRENT_DATE "%Y-%m-%d")
set(RELEASE_DATE "${CURRENT_DATE}")
set(APP_MAJOR_VERSION ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR}.${CMAKE_PROJECT_VERSION_PATCH})
set(APP_ANDROID_VERSION_CODE 49)
set(APP_ANDROID_VERSION_CODE 50)
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(MZ_PLATFORM_NAME "linux")