mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
rustdesk: fix apt-get packages
This commit is contained in:
parent
a05eba1e6a
commit
8e51581555
1 changed files with 4 additions and 4 deletions
|
|
@ -962,7 +962,7 @@ Builds:
|
|||
- apt-get -y install cmake/bookworm-backports cmake-data/bookworm-backports
|
||||
- apt-get -y install clang libclang-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
||||
libgtk-3-dev make nasm ninja-build patchelf pkg-config wget xz-utils yasm
|
||||
yq zip
|
||||
yq zip libssl-dev
|
||||
output: flutter/build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- flutter/ios
|
||||
|
|
@ -983,9 +983,9 @@ Builds:
|
|||
sudo:
|
||||
- apt-get update
|
||||
- apt-get -y install cmake/bookworm-backports cmake-data/bookworm-backports
|
||||
- apt-get -y install automake libtool clang libclang-dev libgstreamer1.0-dev
|
||||
libgstreamer-plugins-base1.0-dev libgtk-3-dev make nasm ninja-build patchelf
|
||||
pkg-config wget xz-utils yasm yq zip
|
||||
- apt-get -y install clang libclang-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
||||
libgtk-3-dev make nasm ninja-build patchelf pkg-config wget xz-utils yasm
|
||||
yq zip libssl-dev
|
||||
output: flutter/build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- flutter/ios
|
||||
|
|
|
|||
Loading…
Reference in a new issue