Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed May 28, 2022
1 parent 4d2b2f7 commit 43494db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrcpy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def __deploy_server(self) -> None:
server_file_path = os.path.join(
os.path.abspath(os.path.dirname(__file__)), jar_name
)
self.device.sync.push(server_file_path, "/data/local/tmp/scrcpy.jar")
self.device.sync.push(server_file_path, f"/data/local/tmp/{jar_name}")
commands = [
f"CLASSPATH=/data/local/tmp/{jar_name}",
"app_process",
Expand Down

0 comments on commit 43494db

Please sign in to comment.