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

This commit is contained in:
vladimir.kuznetsov 2022-12-10 19:07:00 +03:00
commit efcd291e65
2 changed files with 4 additions and 3 deletions

View file

@ -27,7 +27,8 @@ find_package(Qt6 REQUIRED COMPONENTS
)
if(IOS)
execute_process(COMMAND bash ${CMAKE_CURRENT_LIST_DIR}/scripts/openvpn.sh)
execute_process(COMMAND bash ${CMAKE_CURRENT_LIST_DIR}/scripts/openvpn.sh args
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/client)
endif()
set(IS_CI ${CI})