Merge branch 'qmake-to-cmake-migration' of github.com:amnezia-vpn/desktop-client into qmake-to-cmake-migration

This commit is contained in:
vladimir.kuznetsov 2022-12-01 20:11:56 +03:00
commit 21a6ab369e
22 changed files with 597 additions and 175 deletions

View file

@ -3,7 +3,7 @@ echo "Build script started ..."
set -o errexit -o nounset
while getopts n: flag
while getopts n flag
do
case "${flag}" in
n) NOTARIZE_APP=1;;