This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
scrcpy
Watch
2
Star
0
Fork
0
You've already forked scrcpy
mirror of
https://github.com/Genymobile/scrcpy
synced
2025-08-22 09:57:30 +00:00
Code
Issues
Releases
Wiki
Activity
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 15:24:37 +01: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 14:54:04 +01:00
make -f release.make
Reference in New Issue
Copy Permalink