From deb99906738398d5aa1c7aab5b2f284d1a8f7e5c Mon Sep 17 00:00:00 2001 From: jugendhacker Date: Mon, 2 May 2022 15:46:40 +0000 Subject: [PATCH] New app: ca.hamaluik.timecop --- metadata/ca.hamaluik.timecop.yml | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/ca.hamaluik.timecop.yml diff --git a/metadata/ca.hamaluik.timecop.yml b/metadata/ca.hamaluik.timecop.yml new file mode 100644 index 0000000000..0fa6a8291a --- /dev/null +++ b/metadata/ca.hamaluik.timecop.yml @@ -0,0 +1,36 @@ +Categories: + - Time +License: Apache-2.0 +AuthorName: Kenton Hamaluik +WebSite: https://timecop.app/ +SourceCode: https://github.com/hamaluik/timecop +IssueTracker: https://github.com/hamaluik/timecop/issues +Translation: https://hosted.weblate.org/projects/timecop/ +Changelog: https://github.com/hamaluik/timecop/releases + +AutoName: Time Cop + +RepoType: git +Repo: https://github.com/hamaluik/timecop.git + +Builds: + - versionName: 1.7.1 + versionCode: 42 + commit: v1.7.1 + output: build/app/outputs/flutter-apk/app-release.apk + srclibs: + - flutter@2.10.5 + rm: + - flatpak + - ios + - linux + - macos + build: + - $$flutter$$/bin/flutter config --no-analytics + - $$flutter$$/bin/flutter build apk + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ +CurrentVersion: 1.7.1 +CurrentVersionCode: 42