mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update LocalSend to 1.14.0 (45)
This commit is contained in:
parent
4b629d88e6
commit
86176596f2
1 changed files with 40 additions and 2 deletions
|
|
@ -376,10 +376,48 @@ Builds:
|
|||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
|
||||
- versionName: 1.14.0
|
||||
versionCode: 45
|
||||
commit: f64c9acb337f542d7c65d6699837ba9c19188459
|
||||
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 ..
|
||||
- scripts/remove_proprietary_dependencies.sh
|
||||
- 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:
|
||||
- app/.pub-cache
|
||||
- submodules/flutter
|
||||
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.13.1
|
||||
CurrentVersionCode: 42
|
||||
CurrentVersion: 1.14.0
|
||||
CurrentVersionCode: 45
|
||||
|
|
|
|||
Loading…
Reference in a new issue