mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
Update TwiliRecipes to 0.2.2 (4)
This commit is contained in:
parent
a145eb3fe1
commit
6ce5d0e922
1 changed files with 8 additions and 8 deletions
|
|
@ -89,14 +89,14 @@ Builds:
|
|||
- cargo tauri android build --apk
|
||||
ndk: 27.0.12077973
|
||||
|
||||
- versionName: 0.2.1
|
||||
versionCode: 3
|
||||
commit: e90ee9511bc281ecf2045d017cd971980b15aae0
|
||||
- versionName: 0.2.2
|
||||
versionCode: 4
|
||||
commit: 63403f81da73b7d0b588220937431690420bd663
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y npm make gcc libc-dev libwebkit2gtk-4.1-dev libappindicator3-dev
|
||||
librsvg2-dev patchelf
|
||||
- npm install -g tailwindcss
|
||||
- npm install -g tailwindcss@3.4.17
|
||||
output: src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-unsigned.apk
|
||||
srclibs:
|
||||
- rustup@1.27.1
|
||||
|
|
@ -105,8 +105,8 @@ Builds:
|
|||
- $$rustup$$/rustup-init.sh -y --default-toolchain nightly-2025-01-11 --target
|
||||
wasm32-unknown-unknown
|
||||
- . "$HOME/.cargo/env"
|
||||
- cargo install tauri-cli --version "^2.0.0" --locked
|
||||
- cargo install trunk
|
||||
- cargo install tauri-cli@2.2.4 --locked
|
||||
- cargo install trunk@0.21.5 --locked
|
||||
- cargo tauri android init
|
||||
- cargo tauri icon icon.png
|
||||
- ./copy-android.sh
|
||||
|
|
@ -128,5 +128,5 @@ Builds:
|
|||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.2.1
|
||||
CurrentVersionCode: 3
|
||||
CurrentVersion: 0.2.2
|
||||
CurrentVersionCode: 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue