forked from addonscript/addonscript-spec
Add inject installer
This commit is contained in:
parent
6b2f095e63
commit
f55dc93b9d
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,14 @@ args:
|
||||||
|
|
||||||
`rename` renames the selected file to the new given filename.
|
`rename` renames the selected file to the new given filename.
|
||||||
|
|
||||||
|
### inject
|
||||||
|
|
||||||
|
`inject` can be used with zip or jar files, to inject the contents of that file
|
||||||
|
into the server launch jar on server side or into the client jar on client side.
|
||||||
|
In contrast to libraries, `inject` will not add that file to the classpath, but
|
||||||
|
will also overwrite classes, which are already contained in the game jar, if they
|
||||||
|
are also in injected file.
|
||||||
|
|
||||||
### execute
|
### execute
|
||||||
|
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Reference in a new issue