set working directory to call openvpn.sh
This commit is contained in:
parent
5649f85b58
commit
f98792714e
1 changed files with 2 additions and 1 deletions
|
|
@ -28,7 +28,8 @@ find_package(Qt6 REQUIRED COMPONENTS
|
||||||
qt_standard_project_setup()
|
qt_standard_project_setup()
|
||||||
|
|
||||||
if(IOS)
|
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()
|
endif()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue