Edit description of --copy-to and add expected value type.
This commit is contained in:
parent
c07d9e4cfc
commit
3bacac8e56
@ -1,7 +1,8 @@
|
|||||||
-- Option to allow copying the DLL file to a custom folder after build
|
-- Option to allow copying the DLL file to a custom folder after build
|
||||||
newoption {
|
newoption {
|
||||||
trigger = "copy-to",
|
trigger = "copy-to",
|
||||||
description = "Optionally copy the DLL to a custom folder after build, define the path here if wanted."
|
description = "Optional, copy the DLL to a custom folder after build, define the path here if wanted.",
|
||||||
|
value = "PATH"
|
||||||
}
|
}
|
||||||
|
|
||||||
solution "iw4x"
|
solution "iw4x"
|
||||||
|
Loading…
Reference in New Issue
Block a user