mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Update LocalSend to 1.13.0 (40)
This commit is contained in:
parent
86263957af
commit
5116b5f140
1 changed files with 38 additions and 2 deletions
|
|
@ -338,10 +338,46 @@ Builds:
|
|||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
|
||||
- versionName: 1.13.0
|
||||
versionCode: 40
|
||||
commit: 13face1eda730aabb90af9cf5e2be94d2c60821d
|
||||
subdir: app
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- app/ios
|
||||
- app/macos
|
||||
- app/linux
|
||||
- app/windows
|
||||
- app/web
|
||||
prebuild:
|
||||
- cd ../..
|
||||
- mv org.localsend.localsend_app /tmp/build
|
||||
- pushd /tmp/build/app
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../submodules/flutter/bin/flutter config --no-analytics
|
||||
- ../submodules/flutter/bin/flutter pub get
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- submodules/flutter
|
||||
- app/.pub-cache
|
||||
build:
|
||||
- cd ../..
|
||||
- mv org.localsend.localsend_app /tmp/build
|
||||
- pushd /tmp/build/app
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../submodules/flutter/bin/flutter pub run build_runner build -d
|
||||
- ../submodules/flutter/bin/flutter build apk
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
|
||||
AllowedAPKSigningKeys: 3220c353a73cfbd0c2f3052471c445324cf452bcba26de1c473a52fe5c44e1d6
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.12.0
|
||||
CurrentVersionCode: 38
|
||||
CurrentVersion: 1.13.0
|
||||
CurrentVersionCode: 40
|
||||
|
|
|
|||
Loading…
Reference in a new issue