This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
scrcpy
mirror of
https://github.com/Genymobile/scrcpy
Watch
1
Star
0
Fork
You've already forked scrcpy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d9fc485df9
scrcpy
/
release.sh
3 lines
31 B
Bash
Raw
Normal View
History
Unescape
Escape
Add release script Add a script to generate the whole release properly. It first builds locally in release mode, then execute tests. Then it builds archives for Windows. Finally, it puts all release files (Windows archives, prebuilt server and checksums) in a separate release directory.
2019-01-26 14:24:37 +00:00
#!/bin/bash
Rename release.make to release.mk It's more standard, and benefits from syntax coloration in vi.
2021-01-01 14:49:28 +00:00
make -f release.mk