From da1547b1f57b83ebe6b8f388c003cbf4315b3ee9 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Thu, 27 Apr 2023 22:49:43 +0200 Subject: [PATCH] feat: Add symlink to fastlane folder --- fastlane/README.md | 3 +++ fastlane/metadata | 1 + 2 files changed, 4 insertions(+) create mode 100644 fastlane/README.md create mode 100644 fastlane/metadata diff --git a/fastlane/README.md b/fastlane/README.md new file mode 100644 index 0000000..c0511dd --- /dev/null +++ b/fastlane/README.md @@ -0,0 +1,3 @@ +This directory exists because of the F-Droid build process. F-Droid is using the same directory structure as Fastlane for the app metadata. + +Because F-Droid expects the metadata to be located in the root of the repository we need to have this symlink. \ No newline at end of file diff --git a/fastlane/metadata b/fastlane/metadata new file mode 100644 index 0000000..a4cbd11 --- /dev/null +++ b/fastlane/metadata @@ -0,0 +1 @@ +../android/fastlane/metadata \ No newline at end of file