mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update Symphony to 2024.12.115 (115)
This commit is contained in:
parent
4fe4a14ab9
commit
4dbcebf9e9
1 changed files with 20 additions and 2 deletions
|
|
@ -291,9 +291,27 @@ Builds:
|
|||
- rm ../node_modules/esbuild/bin/esbuild
|
||||
- npm run prebuild
|
||||
|
||||
- versionName: 2024.12.115
|
||||
versionCode: 115
|
||||
commit: b134bfb352490cb8c7047dc97495a2903ee470b6
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- curl -Lo node.tar.gz https://nodejs.org/dist/v18.12.0/node-v18.12.0-linux-x64.tar.gz
|
||||
- echo "0699c8e02581a9c312d7157331561d36ef23963766eb47daa702edb6fd6735bd node.tar.gz"
|
||||
| sha256sum -c -
|
||||
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
|
||||
init: npm install
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- rm ../node_modules/@esbuild/linux-x64/bin/esbuild
|
||||
- rm ../node_modules/esbuild/bin/esbuild
|
||||
- npm run prebuild
|
||||
|
||||
AllowedAPKSigningKeys: d51e49425b54173d80117bee1420a01aca24ff4c05d8156c7950d6a573433ae9
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
CurrentVersion: 2024.11.114
|
||||
CurrentVersionCode: 114
|
||||
CurrentVersion: 2024.12.115
|
||||
CurrentVersionCode: 115
|
||||
|
|
|
|||
Loading…
Reference in a new issue