mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 06:14:32 +00:00
fix cmake android build command
This commit is contained in:
parent
0290bd5222
commit
9b526d50fa
@ -44,7 +44,7 @@ class CMake(Make):
|
||||
'-DANDROID_ABI=arm64-v8a',
|
||||
'-DANDROID_BUILD_ABI_arm64-v8a=ON',
|
||||
'-DANDROID_BUILD_ABI_armeabi-v7a=ON',
|
||||
'-DSIGN_PATH="' + secret.getValue('SIGPATH'),
|
||||
'-DSIGN_PATH="' + secret.getValue('SIGPATH') + '"',
|
||||
'-DSIGN_ALIES="quasarapp"',
|
||||
'-DSIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS') + '"',
|
||||
'.'
|
||||
|
Loading…
x
Reference in New Issue
Block a user