14935db63e
Adds full ADB client, device manager, static DeviceInfo fetcher, and live DeviceLiveStats poller. Exposes ListDevices, ConnectDevice, DisconnectDevice, GetDeviceInfo, GetDeviceLiveStats as Wails-bound methods with a 1s devices:changed event loop. Bundles ADB binary infrastructure via //go:embed all:bin with runtime fallback chain.
17 lines
447 B
JSON
17 lines
447 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "droidscope",
|
|
"outputfilename": "DroidScope",
|
|
"frontend:install": "npm install",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"frontend:dir": "../frontend-react",
|
|
"wailsjsdir": "../frontend-react/src",
|
|
"author": {
|
|
"name": "achmad",
|
|
"email": "anakinskywalk1@gmail.com"
|
|
},
|
|
"version": "2"
|
|
}
|