Rename server to scrcpy-server.apk

This will allow to install it.
This commit is contained in:
Romain Vimont
2022-06-10 14:53:41 +02:00
parent 7f2f5950f2
commit a9884efce2
6 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ BUILD_TOOLS=${ANDROID_BUILD_TOOLS:-31.0.0}
BUILD_DIR="$(realpath ${BUILD_DIR:-build_manual})"
CLASSES_DIR="$BUILD_DIR/classes"
SERVER_DIR=$(dirname "$0")
SERVER_BINARY=scrcpy-server
SERVER_BINARY=scrcpy-server.apk
ANDROID_JAR="$ANDROID_HOME/platforms/android-$PLATFORM/android.jar"
echo "Platform: android-$PLATFORM"