mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update LocalSend to 1.16.1 (563)
This commit is contained in:
parent
7576733999
commit
f8f9044655
1 changed files with 96 additions and 2 deletions
|
|
@ -678,6 +678,100 @@ Builds:
|
|||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
|
||||
- versionName: 1.16.1
|
||||
versionCode: 561
|
||||
commit: 216eb5e2ee0f3fc48b9d75ea5de9477c244dd520
|
||||
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
|
||||
srclibs:
|
||||
- rustup@1.27.1
|
||||
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
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.81.0 --target x86_64-linux-android
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../submodules/flutter/bin/flutter config --no-analytics
|
||||
- ../submodules/flutter/bin/flutter pub get
|
||||
- sed -i -e "s/'stable'/'1.81.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- app/.pub-cache
|
||||
- submodules/flutter
|
||||
- common/pubspec.yaml
|
||||
build:
|
||||
- cd ../..
|
||||
- mv org.localsend.localsend_app /tmp/build
|
||||
- pushd /tmp/build/app
|
||||
- source $HOME/.cargo/env
|
||||
- cargo install cargo-ndk@3.5.4 --locked
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- CARGO_ENCODED_RUSTFLAGS='--remap-path-prefix=/home/vagrant=/home/runner' ../submodules/flutter/bin/flutter
|
||||
build apk --release --split-per-abi --target-platform="android-x64"
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
ndk: r23b
|
||||
|
||||
- versionName: 1.16.1
|
||||
versionCode: 563
|
||||
commit: 216eb5e2ee0f3fc48b9d75ea5de9477c244dd520
|
||||
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
|
||||
srclibs:
|
||||
- rustup@1.27.1
|
||||
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
|
||||
- $$rustup$$/rustup-init.sh -y --default-toolchain 1.81.0 --target aarch64-linux-android
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ../submodules/flutter/bin/flutter config --no-analytics
|
||||
- ../submodules/flutter/bin/flutter pub get
|
||||
- sed -i -e "s/'stable'/'1.81.0'/" .pub-cache/hosted/pub.dev/rhttp-*/cargokit/build_tool/lib/src/builder.dart
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
scanignore:
|
||||
- submodules/flutter/bin/cache
|
||||
scandelete:
|
||||
- app/.pub-cache
|
||||
- submodules/flutter
|
||||
- common/pubspec.yaml
|
||||
build:
|
||||
- cd ../..
|
||||
- mv org.localsend.localsend_app /tmp/build
|
||||
- pushd /tmp/build/app
|
||||
- source $HOME/.cargo/env
|
||||
- cargo install cargo-ndk@3.5.4 --locked
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- CARGO_ENCODED_RUSTFLAGS='--remap-path-prefix=/home/vagrant=/home/runner' ../submodules/flutter/bin/flutter
|
||||
build apk --release --split-per-abi --target-platform="android-arm64"
|
||||
- popd
|
||||
- mv /tmp/build org.localsend.localsend_app
|
||||
ndk: r23b
|
||||
|
||||
AllowedAPKSigningKeys: 3220c353a73cfbd0c2f3052471c445324cf452bcba26de1c473a52fe5c44e1d6
|
||||
|
||||
AutoUpdateMode: Version
|
||||
|
|
@ -686,5 +780,5 @@ VercodeOperation:
|
|||
- 10*%c+1
|
||||
- 10*%c+3
|
||||
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.15.4
|
||||
CurrentVersionCode: 543
|
||||
CurrentVersion: 1.16.1
|
||||
CurrentVersionCode: 563
|
||||
|
|
|
|||
Loading…
Reference in a new issue