mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update maid to 2.0.1 (20682)
This commit is contained in:
parent
e257c3f335
commit
5b883bd9bc
1 changed files with 31 additions and 27 deletions
|
|
@ -9,7 +9,7 @@ AuthorEmail: dane_madsen@hotmail.com
|
|||
SourceCode: https://github.com/Mobile-Artificial-Intelligence/maid
|
||||
IssueTracker: https://github.com/Mobile-Artificial-Intelligence/maid/issues
|
||||
|
||||
AutoName: Maid
|
||||
AutoName: maid
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Mobile-Artificial-Intelligence/maid
|
||||
|
|
@ -405,29 +405,30 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 17891
|
||||
disable: https://github.com/Mobile-Artificial-Intelligence/maid/issues/582#issuecomment-2265182231
|
||||
commit: ec577799b3316bd06c4589e993ac676b95acdbdf
|
||||
- versionName: 2.0.1
|
||||
versionCode: 20681
|
||||
commit: 8f3fc7c03ee1fe4d4f75c03409ff03718c73b217
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /builds/mobile-artificial-intelligence
|
||||
- chown vagrant /builds/mobile-artificial-intelligence
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-android-x86_64.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/v%v/maid-android-x86_64.apk
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/builds/mobile-artificial-intelligence
|
||||
- rm packages/flutter/engine/src/.gn
|
||||
- export repo=/home/runner/work/maid
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.danemadsen.maid $repo/maid
|
||||
- pushd $repo/maid
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PUB_CACHE=/home/runner/.pub-cache
|
||||
- packages/flutter/bin/flutter config --no-analytics
|
||||
- packages/flutter/bin/flutter packages pub get
|
||||
- mv $PUB_CACHE .
|
||||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
scanignore:
|
||||
|
|
@ -436,62 +437,65 @@ Builds:
|
|||
- .pub-cache
|
||||
- packages/flutter
|
||||
build:
|
||||
- export repo=/builds/mobile-artificial-intelligence
|
||||
- export repo=/home/runner/work/maid
|
||||
- cd ..
|
||||
- mv com.danemadsen.maid $repo/maid
|
||||
- pushd $repo/maid
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PUB_CACHE=/home/runner/.pub-cache
|
||||
- mv .pub-cache $PUB_CACHE
|
||||
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 17892
|
||||
disable: https://github.com/Mobile-Artificial-Intelligence/maid/issues/582#issuecomment-2265182231
|
||||
commit: ec577799b3316bd06c4589e993ac676b95acdbdf
|
||||
- versionName: 2.0.1
|
||||
versionCode: 20682
|
||||
commit: 8f3fc7c03ee1fe4d4f75c03409ff03718c73b217
|
||||
submodules: true
|
||||
sudo:
|
||||
- mkdir -p /builds/mobile-artificial-intelligence
|
||||
- chown vagrant /builds/mobile-artificial-intelligence
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/%v/maid-android-arm64-v8a.apk
|
||||
binary: https://github.com/Mobile-Artificial-Intelligence/maid/releases/download/v%v/maid-android-arm64-v8a.apk
|
||||
rm:
|
||||
- linux
|
||||
- macos
|
||||
- windows
|
||||
prebuild:
|
||||
- export repo=/builds/mobile-artificial-intelligence
|
||||
- rm packages/flutter/engine/src/.gn
|
||||
- export repo=/home/runner/work/maid
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.danemadsen.maid $repo/maid
|
||||
- pushd $repo/maid
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PUB_CACHE=/home/runner/.pub-cache
|
||||
- packages/flutter/bin/flutter config --no-analytics
|
||||
- packages/flutter/bin/flutter packages pub get
|
||||
- mv $PUB_CACHE .
|
||||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
scanignore:
|
||||
- packages/flutter/bin/cache
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
- packages/flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/builds/mobile-artificial-intelligence
|
||||
- export repo=/home/runner/work/maid
|
||||
- cd ..
|
||||
- mv com.danemadsen.maid $repo/maid
|
||||
- pushd $repo/maid
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export PUB_CACHE=/home/runner/.pub-cache
|
||||
- mv .pub-cache $PUB_CACHE
|
||||
- packages/flutter/bin/flutter build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv $repo/maid com.danemadsen.maid
|
||||
|
||||
AllowedAPKSigningKeys: 835ed22ed895c4c272d698aa6e4e48db0b4e36dccf7010d5de15034ac9e1b96f
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
VercodeOperation:
|
||||
- '%c * 10 + 1'
|
||||
- '%c * 10 + 2'
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 18502
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 20682
|
||||
|
|
|
|||
Loading…
Reference in a new issue