Update to SQLCipher v4.3.0 in our nightly Windows builds

This commit is contained in:
Justin Clift
2020-04-07 19:35:12 +10:00
parent 3b2dec4f12
commit 3d15ba46d1
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ MKDIR "%DEST_PATH%"
SET ZIP_EXE="C:\Program Files\7-Zip\7z.exe"
SET SQLITE_DIR=C:\\dev\\SQLite-Win32
SET SQLCIPHER_DIR=C:\\git_repos\\SQLCipher-Win32
SET SQLCIPHER_TAG=v4.1.0
SET SQLCIPHER_TAG=v4.3.0
:: You need to change the date format in Windows settings to YYYY-MM-DD
:: before this will work properly. ;)
@@ -5,7 +5,7 @@ MKDIR "%DEST_PATH%"
SET ZIP_EXE="C:\Program Files\7-Zip\7z.exe"
SET SQLITE_DIR=C:\\dev\\SQLite-Win64
SET SQLCIPHER_DIR=C:\\git_repos\\SQLCipher-Win64
SET SQLCIPHER_TAG=v4.1.0
SET SQLCIPHER_TAG=v4.3.0
:: You need to change the date format in Windows settings to YYYY-MM-DD
:: before this will work properly. ;)