mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
Update LocalSend to 1.15.4 (543)
This commit is contained in:
parent
42a683794e
commit
9c9a8d05ed
1 changed files with 78 additions and 2 deletions
|
|
@ -602,6 +602,82 @@ Builds:
|
|||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
|
||||
- versionName: 1.15.4
|
||||
versionCode: 541
|
||||
commit: fd8140b68813e968dc9253130a27abc1ff328fe5
|
||||
subdir: app
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-x86_64-release.apk
|
||||
binary: https://github.com/localsend/localsend/releases/download/v%v/LocalSend-%v-android-x64.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 build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
|
||||
- versionName: 1.15.4
|
||||
versionCode: 543
|
||||
commit: fd8140b68813e968dc9253130a27abc1ff328fe5
|
||||
subdir: app
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-arm64-v8a-release.apk
|
||||
binary: https://github.com/localsend/localsend/releases/download/v%v/LocalSend-%v-android-arm64v8.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 build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
|
||||
AllowedAPKSigningKeys: 3220c353a73cfbd0c2f3052471c445324cf452bcba26de1c473a52fe5c44e1d6
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -610,5 +686,5 @@ VercodeOperation:
|
|||
- 10*%c+1
|
||||
- 10*%c+3
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.15.3
|
||||
CurrentVersionCode: 533
|
||||
CurrentVersion: 1.15.4
|
||||
CurrentVersionCode: 543
|
||||
|
|
|
|||
Loading…
Reference in a new issue