fix(adb): missing dll in Windows

This commit is contained in:
AkiChase 2024-05-06 13:10:52 +08:00
parent 6a395b9c58
commit 3f37f64068
5 changed files with 16 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -31,6 +31,10 @@
"icons/icon.icns", "icons/icon.icns",
"icons/icon.ico" "icons/icon.ico"
], ],
"resources": ["resource/*"] "resources": [
"resource/default-key-config.json",
"resource/scrcpy-server-v2.4",
"resource/adb"
]
} }
} }

View File

@ -0,0 +1,11 @@
{
"bundle": {
"resources": [
"resource/default-key-config.json",
"resource/scrcpy-server-v2.4",
"resource/adb.exe",
"resource/AdbWinApi.dll",
"resource/AdbWinUsbApi.dll"
]
}
}