mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update YAM to 1.1 (11)
This commit is contained in:
parent
615b2200fc
commit
6ec5b733eb
1 changed files with 33 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ License: GPL-3.0-only
|
||||||
SourceCode: https://github.com/degD/yet_another_metronome
|
SourceCode: https://github.com/degD/yet_another_metronome
|
||||||
IssueTracker: https://github.com/degD/yet_another_metronome/issues
|
IssueTracker: https://github.com/degD/yet_another_metronome/issues
|
||||||
|
|
||||||
AutoName: Yet Another Tuner (Y.A.M.)
|
AutoName: YAM
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/degD/yet_another_metronome
|
Repo: https://github.com/degD/yet_another_metronome
|
||||||
|
|
@ -41,7 +41,37 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $$esbuild$$/esbuild ../../node_modules/@esbuild/linux-x64/bin/esbuild
|
- mv $$esbuild$$/esbuild ../../node_modules/@esbuild/linux-x64/bin/esbuild
|
||||||
|
|
||||||
|
- versionName: '1.1'
|
||||||
|
versionCode: 11
|
||||||
|
commit: 4654a36fa2051d2ed364fcee9e19beec9d4cfa00
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
- apt-get install -y npm golang-go make
|
||||||
|
init:
|
||||||
|
- cd ../../
|
||||||
|
- npm ci
|
||||||
|
- npm run build
|
||||||
|
- npx cap telemetry off
|
||||||
|
- npx cap sync android --deployment
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
srclibs:
|
||||||
|
- esbuild@v0.21.5
|
||||||
|
scanignore:
|
||||||
|
- node_modules/@capacitor/cli/assets/capacitor-cordova-android-plugins.tar.gz
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
build:
|
||||||
|
- pushd $$esbuild$$
|
||||||
|
- make esbuild
|
||||||
|
- popd
|
||||||
|
- mv $$esbuild$$/esbuild ../../node_modules/@esbuild/linux-x64/bin/esbuild
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '1.0'
|
CurrentVersion: '1.1'
|
||||||
CurrentVersionCode: 1
|
CurrentVersionCode: 11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue