diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 592b2f9e..91d958a4 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -85,10 +85,10 @@ parts: scrcpy-server: plugin: nil override-pull: - wget https://github.com/Genymobile/scrcpy/releases/download/v1.15.1/scrcpy-server-v1.15.1 + wget https://github.com/Genymobile/scrcpy/releases/download/v1.16/scrcpy-server-v1.16 override-build: | mkdir -p $SNAPCRAFT_PART_INSTALL/usr/local/share/scrcpy/ - cp scrcpy-server-v1.15.1 $SNAPCRAFT_PART_INSTALL/usr/local/share/scrcpy/scrcpy-server + cp scrcpy-server-v1.16 $SNAPCRAFT_PART_INSTALL/usr/local/share/scrcpy/scrcpy-server scrcpy: source: https://github.com/Genymobile/scrcpy.git plugin: meson