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
230afd8966
scrcpy
/
release.sh
3 lines
33 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
Unify release makefile Before this change, release.sh built some native stuff, and Makefile.CrossWindows built the Windows releases. Instead, use a single release.make to build the whole release. It also avoids to build the server one more time.
2020-12-17 13:54:04 +00:00
make -f release.make