mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-04-26 09:44:41 +00:00
fix build
This commit is contained in:
parent
8f066c35cb
commit
06982362ec
@ -479,7 +479,7 @@ function(addDeploySignedAPK name android_src aliase keystore keystorePass target
|
||||
COMMAND ${CMAKE_COMMAND} -E copy *.aab ${targetDir}
|
||||
COMMENT "copt aab: ${CMAKE_COMMAND} -E copy *.aab ${targetDir}"
|
||||
WORKING_DIRECTORY ${QT_ANDROID_APP_BINARY_DIR}/build/outputs/bundle/release
|
||||
DEPENDS deployAPKDebug${name}
|
||||
DEPENDS deployAPK${name}
|
||||
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user