Allow multiple !finalize commands
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6153 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
041a8a9881
commit
96af71d0d1
3 changed files with 53 additions and 18 deletions
|
@ -403,8 +403,13 @@ class CEXEBuild {
|
|||
|
||||
bool has_called_write_output;
|
||||
|
||||
struct postbuild_cmd
|
||||
{
|
||||
struct postbuild_cmd*next;
|
||||
TCHAR cmd[1];
|
||||
} *postbuild_cmds;
|
||||
|
||||
TCHAR build_packname[1024], build_packcmd[1024];
|
||||
TCHAR postbuild_cmd[1024];
|
||||
int build_overwrite, build_last_overwrite, build_crcchk,
|
||||
build_datesave, build_optimize_datablock,
|
||||
build_allowskipfiles; // Added by ramon 23 May 2003
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue