working version

This commit is contained in:
2023-10-03 20:40:16 -07:00
parent 29228bd192
commit f2ad1bed9e
12 changed files with 19 additions and 1289 deletions

2
README
View File

@@ -226,6 +226,8 @@ docker run --rm -it -v ${PWD}:/app -e GOOS=linux -e GOARCH=386 -e CGO_ENABLED=1
### Compile Addon
First, move the compiled dlls from extension/AttendanceTracker/dist to the project root.
To prepare the addon, you'll need to download the [HEMTT](https://brettmayson.github.io/HEMTT/commands/build.html) binary, place it in the project root, and run the following command:
```bash