Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xhlove committed Jul 31, 2021
1 parent 48f2e73 commit a2e6fdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## 本地破解

如果是exe版本,直接将`offline_config.json`拖到`wvguesser_v1.2.0.exe`上即可
如果是exe版本,直接将`offline_config.json`拖到`wvguesser_v1.3.0.exe`上即可

运行程序,等待解密

Expand All @@ -39,7 +39,7 @@ g++ -o main -pthread -std=gnu++0x -static main.cpp misc.cpp codelift.cpp algebra
# 打包

```bash
pyinstaller -n wvguesser_v1.2.0 -F wvguesser\__main__.py
pyinstaller -n wvguesser_v1.3.0 -F wvguesser\__main__.py
```

# 推荐更好的方案
Expand Down

0 comments on commit a2e6fdb

Please sign in to comment.