misc fixes

This commit is contained in:
linsui 2024-03-23 22:42:49 +08:00 committed by linsui
parent 71cb4db367
commit 69517d0151
4 changed files with 5 additions and 16 deletions

View file

@ -135,6 +135,10 @@ Builds:
subdir: app
gradle:
- yes
rm:
- documentation
- example-files
- readme-assets
AutoUpdateMode: Version
UpdateCheckMode: Tags

View file

@ -3716,12 +3716,8 @@ Builds:
commit: d0e76f574b4c3ef8e3ca0d8431304e9c42653733
subdir: android/app
sudo:
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.11.1/node-v20.11.1-linux-x64.tar.gz
- echo "bf3a779bef19452da90fb88358ec2c57e0d2f882839b20dc6afc297b6aafc0d7 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- sysctl fs.inotify.max_user_watches=524288 || true
- apt-get update
- apt-get install -y npm
init: npm install -f
gradle:
- yes

View file

@ -25,13 +25,6 @@ Builds:
gradle:
- yes
- versionName: 1.0.6
versionCode: 7
commit: e7044f607724029ca785ea387c8cb35c6022c714
subdir: app
gradle:
- yes
- versionName: 1.0.7
versionCode: 8
commit: fc8f7bfbdb9100b851e3810ba36871870b5ddd3a

View file

@ -2383,7 +2383,6 @@ Builds:
subdir: app
submodules: true
sudo:
- echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/bookworm.list
- apt-get update
- apt-get install -t bookworm-backports -y golang-go
- apt-get install -y gcc libc-dev
@ -2418,7 +2417,6 @@ Builds:
subdir: app
submodules: true
sudo:
- echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/bookworm.list
- apt-get update
- apt-get install -t bookworm-backports -y golang-go
- apt-get install -y gcc libc-dev
@ -2453,7 +2451,6 @@ Builds:
subdir: app
submodules: true
sudo:
- echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/bookworm.list
- apt-get update
- apt-get install -t bookworm-backports -y golang-go
- apt-get install -y gcc libc-dev
@ -2488,7 +2485,6 @@ Builds:
subdir: app
submodules: true
sudo:
- echo "deb http://deb.debian.org/debian bookworm-backports main" > /etc/apt/sources.list.d/bookworm.list
- apt-get update
- apt-get install -t bookworm-backports -y golang-go
- apt-get install -y gcc libc-dev