postbuildcommands
Specifies shell commands to run after build is finished.
postbuildcommands { "commands" }
Parameters
commands
is one or more shell commands.
Applies To
Project configurations.
Availability
Premake 4.4 or later.
Examples
postbuildcommands { "{COPYFILE} %[default.config] %[bin/project.config]" }