Fixing openvpn

This commit is contained in:
Shahzain Ali 2022-12-11 03:22:59 +05:00
parent f98792714e
commit a0f114e15c
2 changed files with 2 additions and 3 deletions

View file

@ -28,9 +28,7 @@ find_package(Qt6 REQUIRED COMPONENTS
qt_standard_project_setup()
if(IOS)
execute_process(COMMAND bash ${CMAKE_CURRENT_LIST_DIR}/scripts/openvpn.sh args
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/client)
execute_process(COMMAND bash ${CMAKE_CURRENT_LIST_DIR}/scripts/openvpn.sh)
endif()
# silent builds on CI env