Updated code generator for lego

- Removed windows 7 support
This commit is contained in:
Toby Chui
2024-10-27 15:40:53 +08:00
parent 172c5afa60
commit 9a371f5bcb
5 changed files with 864 additions and 666 deletions

View File

@@ -18,7 +18,7 @@ fi
# Run the extract.go to get all the config from lego source code
echo "Generating code"
go run ./extract.go
go run ./extract.go -- "win7"
# go run ./extract.go -- "win7"
echo "Cleaning up lego"
sleep 2