14 lines
417 B
Markdown
14 lines
417 B
Markdown
|
|
# 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).
|