mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
New App: com.ciphernote.twa
This commit is contained in:
parent
da519e44d0
commit
e8a864fa86
1 changed files with 37 additions and 0 deletions
37
metadata/com.ciphernotes.twa.yml
Normal file
37
metadata/com.ciphernotes.twa.yml
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue