simple-c2pa

This is a fork of https://gitlab.com/guardianproject/proofmode/simple-c2pa
git clone git://archive.git.mtrnord.blog/mtrnords-photography-manager/simple-c2pa.git
Log | Files | Refs | README | LICENSE

commit ac49ddf7888c41f0bd32b873d549ca2d24ae89be
parent e77f04f9983c51a11a1929bf87f7949606d1784c
Author: Darren Clarke <darren@redaranj.com>
Date:   Thu,  9 Nov 2023 08:06:23 +0100

Fix path in build script

Diffstat:
Mmobile/apple/build.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mobile/apple/build.sh b/mobile/apple/build.sh @@ -1,7 +1,7 @@ #!/bin/sh MOBILE_DIR="mobile" -APPLE_DIR="${MOBILE_DIR}/android" +APPLE_DIR="${MOBILE_DIR}/apple" TARGET_DIR="${APPLE_DIR}/target" OUT_DIR="${APPLE_DIR}/out" BINDINGS_DIR="${MOBILE_DIR}/bindings"