mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update PicGuard to 2.5.2 (445)
This commit is contained in:
parent
ae01f3a746
commit
fc0cc9bce3
1 changed files with 54 additions and 2 deletions
|
|
@ -619,10 +619,62 @@ Builds:
|
|||
- popd
|
||||
- mv $repo/PicGuard com.kjxbyz.picguard
|
||||
|
||||
- versionName: 2.5.2
|
||||
versionCode: 445
|
||||
commit: c551188d7924c6ae1db3f038a33a9f4157f32eb3
|
||||
sudo:
|
||||
- mkdir -p /home/runner
|
||||
- chown vagrant /home/runner
|
||||
output: build/app/outputs/flutter-apk/app-freeproduction-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
- rustup@1.27.1
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- sed -i -e "s/'stable'/'1.86.0'/" plugins/super_native_extensions/cargokit/build_tool/lib/src/builder.dart
|
||||
- export repo=/home/runner/work/PicGuard
|
||||
- mkdir -p $repo
|
||||
- cd ..
|
||||
- mv com.kjxbyz.picguard $repo/PicGuard
|
||||
- pushd $repo/PicGuard
|
||||
- version=$(sed -n -E "s/.*flutter-version:\ '(.*)'/\1/p" .github/workflows/release.yml
|
||||
| head -n1)
|
||||
- '[[ $version ]] || exit 1'
|
||||
- git -C $$flutter$$ checkout -f $version
|
||||
- rm $$flutter$$/engine/src/.gn
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- popd
|
||||
- mv $repo/PicGuard com.kjxbyz.picguard
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.86.0 --target aarch64-linux-android
|
||||
armv7-linux-androideabi x86_64-linux-android i686-linux-android
|
||||
scandelete:
|
||||
- .pub-cache
|
||||
build:
|
||||
- export repo=/home/runner/work/PicGuard
|
||||
- cd ..
|
||||
- mv com.kjxbyz.picguard $repo/PicGuard
|
||||
- pushd $repo/PicGuard
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- export CARGO_HOME=/home/runner/.cargo
|
||||
- source $CARGO_HOME/env
|
||||
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons --target lib/main_free.dart
|
||||
--dart-define SENTRY_DSN="https://ce37ccf14474a85b378d5c8b1ae80a67@o4507226640285696.ingest.us.sentry.io/4507226645397509"
|
||||
--flavor freeProduction
|
||||
- popd
|
||||
- mv $repo/PicGuard com.kjxbyz.picguard
|
||||
|
||||
AllowedAPKSigningKeys: cf8a3665f1baea4a93f656e1154622fd950be384f5d568047d82bd686bd9079c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.5.1
|
||||
CurrentVersionCode: 444
|
||||
CurrentVersion: 2.5.2
|
||||
CurrentVersionCode: 445
|
||||
|
|
|
|||
Loading…
Reference in a new issue