mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
New app: Egyptian Mouse Pounce
This commit is contained in:
parent
a46f6ec79e
commit
20ecd64798
1 changed files with 29 additions and 0 deletions
29
metadata/com.dozingcatsoftware.mouse_pounce.yml
Normal file
29
metadata/com.dozingcatsoftware.mouse_pounce.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://github.com/dozingcat/MousePounce
|
||||
SourceCode: https://github.com/dozingcat/MousePounce
|
||||
IssueTracker: https://github.com/dozingcat/MousePounce/issues
|
||||
|
||||
AutoName: Egyptian Mouse Pounce
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/dozingcat/MousePounce.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.0
|
||||
versionCode: 2
|
||||
commit: v1.1.0
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.4
|
||||
prebuild: rm -fr ios
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/dozingcat/MousePounce/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue