Update wrapper

This commit is contained in:
DaCool
2022-03-11 14:19:39 +00:00
committed by Sheepit Renderfarm
parent b6b43bc322
commit 30b0e46dd8
4 changed files with 44 additions and 2 deletions

13
exe-wrapper/README.md Normal file
View File

@@ -0,0 +1,13 @@
# Exe wrapper
Packs a java runtime, a sheepit-client jar and 7zip mini executable + config into one exe.
## Requirements
Needs `wget`, `7zr`, `unzip` and internet access for the latest sheepit jar
## Wrapping
Simply run `build.sh` and a `sheepit-wrapper.exe` should be built.
For a docker container, take a look into our [tools repository](https://gitlab.com/sheepitrenderfarm/tools/-/tree/master/exe-wrapper).