size optimization - better values for status_update
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5280 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d191cda8f8
commit
31a9a49502
3 changed files with 10 additions and 19 deletions
|
@ -3216,7 +3216,7 @@ again:
|
|||
zero_offset=add_string("$0");
|
||||
|
||||
// SetDetailsPrint none
|
||||
ret=add_entry_direct(EW_SETFLAG, FLAG_OFFSET(status_update), add_intstring(16));
|
||||
ret=add_entry_direct(EW_SETFLAG, FLAG_OFFSET(status_update), add_intstring(6));
|
||||
if (ret != PS_OK) return ret;
|
||||
|
||||
// StrCmp $PLUGINSDIR ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue