mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update PicGuard to 1.0.15 (439)
This commit is contained in:
parent
f9b7ae023b
commit
c94c0ead96
1 changed files with 47 additions and 2 deletions
|
|
@ -377,10 +377,55 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $repo/picguard com.kjxbyz.picguard
|
- mv $repo/picguard com.kjxbyz.picguard
|
||||||
|
|
||||||
|
- versionName: 1.0.15
|
||||||
|
versionCode: 439
|
||||||
|
commit: b9e526346fc3313265378e83c2f31353ea2ab412
|
||||||
|
sudo:
|
||||||
|
- mkdir -p /home/runner
|
||||||
|
- chown vagrant /home/runner
|
||||||
|
output: build/app/outputs/flutter-apk/app-freeproduction-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@stable
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
- macos
|
||||||
|
- linux
|
||||||
|
- windows
|
||||||
|
- web
|
||||||
|
prebuild:
|
||||||
|
- 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
|
||||||
|
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
|
||||||
|
- $$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: 1.0.14
|
CurrentVersion: 1.0.15
|
||||||
CurrentVersionCode: 438
|
CurrentVersionCode: 439
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue