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 40644994e8
commit 56eb9c3106
6 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ BUILD_TOOLS_DIR="$ANDROID_HOME/build-tools/$BUILD_TOOLS"
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"