mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-06 18:29:37 +00:00
Merge branch 'master' of github.com:QuasarApp/QuasarAppCI
This commit is contained in:
commit
36f8449f4a
@ -44,9 +44,9 @@ 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_ALIES="quasarapp"',
|
||||
'-DSIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS'),
|
||||
'-DSIGN_PATH="' + secret.getValue('SIGPATH') + '"',
|
||||
'-DSIGN_ALIES="quasarapp"',
|
||||
'-DSIGN_STORE_PASSWORD="' + secret.getValue('SIGPASS') + '"',
|
||||
'.'
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user