From f5aea8e00c0a031ec5a50eac9cdf647cfdbcf3f6 Mon Sep 17 00:00:00 2001 From: farfromrefug Date: Thu, 17 Oct 2024 16:48:52 +0200 Subject: [PATCH] chore: ci --- scripts/ci.prepare.sh | 2 +- thirdparties_version.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 thirdparties_version.json diff --git a/scripts/ci.prepare.sh b/scripts/ci.prepare.sh index 8bcd2360..a25633f9 100644 --- a/scripts/ci.prepare.sh +++ b/scripts/ci.prepare.sh @@ -32,4 +32,4 @@ echo "FLAVOR = ${FLAVOR}" echo "FLAVOR = $(dirname $0)" wget https://github.com/Akylas/OSS-DocumentScanner/releases/download/dev_resources/${PLATFORM}.zip -unzip ${PLATFORM}.zip \ No newline at end of file +unzip -o ${PLATFORM}.zip \ No newline at end of file diff --git a/thirdparties_version.json b/thirdparties_version.json new file mode 100644 index 00000000..7d3156da --- /dev/null +++ b/thirdparties_version.json @@ -0,0 +1,4 @@ +{ + "opencv":"4.8.0", + "tesseract":"5.3.3" +} \ No newline at end of file