Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix: fix snap on scrcpy-server runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Oct 3, 2020
1 parent 6b71660 commit 1b54492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b54492

Please sign in to comment.