mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 10:50:23 +08:00
add: simplify Windows PATH
This commit is contained in:
parent
aece0f6650
commit
6b08fedbee
@ -349,7 +349,7 @@ if(WIN32)
|
||||
endif()
|
||||
|
||||
add_custom_command(TARGET qv2ray POST_BUILD
|
||||
COMMAND windeployqt ${CMAKE_BINARY_DIR}/qv2ray.exe --compiler-runtime --verbose 2 --dir ${CMAKE_BINARY_DIR}/winqt/
|
||||
COMMAND ${Qt5_DIR}/../../../bin/windeployqt ${CMAKE_BINARY_DIR}/qv2ray.exe --compiler-runtime --verbose 2 --dir ${CMAKE_BINARY_DIR}/winqt/
|
||||
)
|
||||
install(DIRECTORY ${CMAKE_BINARY_DIR}/winqt/ DESTINATION .)
|
||||
set(APPS "\${CMAKE_INSTALL_PREFIX}/qv2ray.exe")
|
||||
|
@ -1 +1 @@
|
||||
5650
|
||||
5651
|
||||
|
Loading…
Reference in New Issue
Block a user