This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
scrcpy
Watch
2
Star
0
Fork
0
You've already forked scrcpy
mirror of
https://github.com/Genymobile/scrcpy
synced
2024-11-09 07:10:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
eb17c65105
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
Reference in New Issue
Copy Permalink