mirror of
https://github.com/Genymobile/scrcpy
synced 2025-02-17 21:16:59 +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.
3 lines
33 B
Bash
Executable File
3 lines
33 B
Bash
Executable File
#!/bin/bash
|
|
make -f release.make
|