File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Go build
1+ name : go- build-release
22
33on :
44 push :
Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ name: sync-build
22
33on :
44 workflow_dispatch :
5+ workflow_run :
6+ workflows : ["go-build-release"]
7+ types :
8+ - completed
59jobs :
610 build :
711 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1212
1313androidX86下载 [ go-touch-mapper_amd64] ( https://github.com/RiderLty/go-touch-mapper/releases/latest/download/go-touch-mapper_amd64 )
1414
15+ 或者使用国内镜像
16+
17+ 一般手机平板 [ go-touch-mapper_arm64] ( https://vip.123pan.cn/1833788059/direct/projects/go-touch-mapper/build/go-touch-mapper_arm64 )
18+
19+ androidX86 [ go-touch-mapper_amd64] ( https://vip.123pan.cn/1833788059/direct/projects/go-touch-mapper/build/go-touch-mapper_amd64 )
20+
1521读取dev和创建uinput需要shell或者root权限
1622
1723所以可以用adb shell或者su shell运行
1824
1925```
2026cd /data/local/tmp
21- curl -LJo go-touch-mapper https://github.com/RiderLty/go-touch-mapper/releases/latest/download/go-touch-mapper_arm64
27+ #curl -LJo go-touch-mapper https://github.com/RiderLty/go-touch-mapper/releases/latest/download/go-touch-mapper_arm64
28+ curl -LJo go-touch-mapper https://vip.123pan.cn/1833788059/direct/projects/go-touch-mapper/build/go-touch-mapper_arm64
2229chmod 777 ./go-touch-mapper
2330./go-touch-mapper -h
2431```
You can’t perform that action at this time.
0 commit comments