mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-07 11:17:55 +00:00
Update LocalSend to 1.11.1 (35)
This commit is contained in:
parent
cbf13e50cd
commit
746baec896
1 changed files with 37 additions and 2 deletions
|
|
@ -303,10 +303,45 @@ Builds:
|
|||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
|
||||
- versionName: 1.11.1
|
||||
versionCode: 35
|
||||
commit: a5c2f52ce6c8f1c6f07c9d70bcd9332fa2c28736
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- macos
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
prebuild:
|
||||
- cd ..
|
||||
- mv org.localsend.localsend_app /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- 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
|
||||
- .pub-cache
|
||||
build:
|
||||
- cd ..
|
||||
- mv org.localsend.localsend_app /tmp/build
|
||||
- pushd /tmp/build/
|
||||
- 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: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.11.0
|
||||
CurrentVersionCode: 34
|
||||
CurrentVersion: 1.11.1
|
||||
CurrentVersionCode: 35
|
||||
|
|
|
|||
Loading…
Reference in a new issue