From 1b54492ac211ce7685e7fc093c4f1d5131a4863f Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Sat, 3 Oct 2020 17:25:35 +0300 Subject: [PATCH] fix: fix snap on scrcpy-server runtime --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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