mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update PicGuard to 2.5.4 (447)
This commit is contained in:
parent
d6ef82228e
commit
ead253f969
1 changed files with 56 additions and 2 deletions
|
|
@ -727,10 +727,64 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $repo/PicGuard com.kjxbyz.picguard
|
- mv $repo/PicGuard com.kjxbyz.picguard
|
||||||
|
|
||||||
|
- versionName: 2.5.4
|
||||||
|
versionCode: 447
|
||||||
|
commit: f14187b110df6b0647941ae811a11e92d48af335
|
||||||
|
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:
|
||||||
|
- rust_version=$(sed -n -E "s/.*rust-version:\ '(.*)'/\1/p" .github/workflows/release.yml
|
||||||
|
| head -n1)
|
||||||
|
- sed -i -e "s/'stable'/'$rust_version'/" 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 $rust_version --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
|
AllowedAPKSigningKeys: cf8a3665f1baea4a93f656e1154622fd950be384f5d568047d82bd686bd9079c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags .*[0-9]$
|
UpdateCheckMode: Tags .*[0-9]$
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 2.5.3
|
CurrentVersion: 2.5.4
|
||||||
CurrentVersionCode: 446
|
CurrentVersionCode: 447
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue