Skip to content

Commit

Permalink
Add build command lines
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlvtech committed Oct 4, 2021
1 parent b0e32b8 commit ceca7e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,16 @@
有力度条时,控制力度,在区间左侧 1/3 处徘徊。没有找到力度条时,会查找收杆图标,如果发现收杆图标,就点击左键收杆。

使用 SendInput 模拟鼠标点击

## 构建

```batch
cd bindings
cargo build
cp .\target\debug\bindings-eeb6656161a2ef74\out\windows.rs .\src\lib.rs
cd ..
cargo build --release
mt.exe -nologo -manifest "D:\Rust\genshin-auto-fish\genshin-auto-fish.exe.manifest" -outputresource:"D:\Rust\genshin-auto-fish\target\release\genshin-auto-fish.exe;#1"
```

0 comments on commit ceca7e8

Please sign in to comment.