8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecb7c4 commit 62badb8Copy full SHA for 62badb8
Makefile
@@ -9,7 +9,7 @@ ASSETS_DIR := assets
9
OPENSSL_DIR := ${EXTERNAL_DIR}/openssl
10
LATEST_TAG := $(shell git tag | sort -r | head -1)
11
SECOND_LATEST_TAG := $(shell git tag | sort -r | head -2 | tail -1)
12
-RELEASE_DIR := "SQLCipher for Android ${LATEST_TAG}"
+RELEASE_DIR := sqlipher-for-android-${LATEST_TAG}
13
CHANGE_LOG_HEADER := "Changes included in the ${LATEST_TAG} release of SQLCipher for Android:"
14
README := ${RELEASE_DIR}/README
15
0 commit comments