diff --git a/metadata/com.ciphernotes.twa.yml b/metadata/com.ciphernotes.twa.yml new file mode 100644 index 0000000000..18b1e1656d --- /dev/null +++ b/metadata/com.ciphernotes.twa.yml @@ -0,0 +1,37 @@ +Categories: + - Note +License: AGPL-3.0-only +AuthorName: Raphael Nußbaumer BSc +AuthorEmail: raphaeln@outlook.com +WebSite: https://ciphernotes.com +SourceCode: https://github.com/rapnuss/cipher-notes +IssueTracker: https://github.com/rapnuss/cipher-notes/issues +Changelog: https://github.com/rapnuss/cipher-notes/tree/HEAD/twa/fastlane/metadata/android/en-US/changelogs + +RepoType: git +Repo: https://github.com/rapnuss/cipher-notes.git + +Builds: + - versionName: '3.2' + versionCode: 5 + commit: 5a76923b1cfc7a9f9bb8092b27f986b71bbc8a33 + subdir: twa/app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie npm + - npm -g install yarn + init: + - cd ../../frontend + - yarn install --frozen-lockfile --network-timeout 100000 + - yarn build + - node ./scripts/sync-twa-dist.mjs + gradle: + - yes + scandelete: + - frontend/node_modules/ + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: '3.2' +CurrentVersionCode: 5