docs: add decompilation information to README
This commit is contained in:
parent
82d0096f80
commit
6a89040b71
10
README.md
10
README.md
|
@ -13,3 +13,13 @@ The goal was to create a bot that can be programmed to travel around and collect
|
||||||
|
|
||||||
currently under linux the project can be build but upon executing a program in the GUI it will crash.
|
currently under linux the project can be build but upon executing a program in the GUI it will crash.
|
||||||
This is likely due to an error occuring in Java Swing in the background which gets picked up by GLFW.
|
This is likely due to an error occuring in Java Swing in the background which gets picked up by GLFW.
|
||||||
|
|
||||||
|
## Decompilation Information for v1.0.0
|
||||||
|
|
||||||
|
```
|
||||||
|
* Location: /home/teridax/Projects/Gytebot/GYTEBOT.jar!/org/engine/Engine.class
|
||||||
|
* Java compiler version: 8 (52.0)
|
||||||
|
* JD-Core Version: 1.1.3
|
||||||
|
```
|
||||||
|
|
||||||
|
At roughly 16.02.2023 00:00
|
||||||
|
|
Loading…
Reference in New Issue