Skip to content

Commit d11d7de

Browse files
committed
bump version
1 parent 73f9768 commit d11d7de

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VERSION="3.2"
3+
VERSION="3.3.1"
44

55
wget https://github.com/Genymobile/scrcpy/archive/refs/tags/v${VERSION}.tar.gz
66
tar -xzf v${VERSION}.tar.gz
@@ -21,6 +21,9 @@ cp -r share scrcpy/usr/
2121
mkdir scrcpy/usr/bin
2222
cp scrcpy-${VERSION}/build-auto/app/scrcpy scrcpy/usr/bin/
2323

24+
# copy share folder
25+
cp -R share scrcpy/usr/
26+
2427
# copy scrcpy server file
2528
mkdir -p scrcpy/usr/local/share/scrcpy/
2629
cp scrcpy-${VERSION}/scrcpy-server scrcpy/usr/local/share/scrcpy/

0 commit comments

Comments
 (0)