mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
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.
2 lines
33 B
Bash
Executable file
2 lines
33 B
Bash
Executable file
#!/bin/bash
|
|
make -f release.make
|