mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-05-11 08:59:34 +00:00
fix output android pass
This commit is contained in:
parent
52832b76a6
commit
97ed2718ba
@ -408,7 +408,7 @@ function(addDeployAPK name android_src aliase keystore keystorePass targetDir)
|
||||
deployAPK${name}
|
||||
COMMAND ${CMAKE_COMMAND} -E copy *.apk ${targetDir}
|
||||
COMMENT "copt apk: ${CMAKE_COMMAND} -E copy *.apk ${targetDir}"
|
||||
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/AndroidBuild/build/outputs/apk/
|
||||
WORKING_DIRECTORY ${QT_ANDROID_APP_BINARY_DIR}/build/outputs/apk/release
|
||||
DEPENDS createAPK${name}
|
||||
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user