Skip to content

Commit

Permalink
fix(ci): win builds should have adb dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
aentwist committed Jul 16, 2024
1 parent 43d640c commit 51dd64e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
- run: >
pyinstaller
--add-binary=adb.exe:.
--add-binary=AdbWinApi.dll:.
--add-binary=AdbWinUsbApi.dll:.
--add-binary=scrcpy-server.jar:scrcpy
--add-data=autoafk/img:autoafk/img/
--distpath=dist/<< parameters.platform >>
Expand Down

0 comments on commit 51dd64e

Please sign in to comment.