mirror of
https://github.com/LegacyUpdate/LegacyUpdate.git
synced 2025-01-22 06:01:50 -05:00
NSIS internally uses status_update & 1
This commit is contained in:
parent
e09ec99661
commit
a6e0eb8a58
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ PLUGIN_METHOD(Exec) {
|
|||
|
||||
PLUGIN_METHOD(ExecToLog) {
|
||||
PLUGIN_INIT();
|
||||
ExecScript(extra->exec_flags->status_update % 4 ? MODE_LINES : MODE_IGNOREOUTPUT);
|
||||
ExecScript(extra->exec_flags->status_update & 1 ? MODE_LINES : MODE_IGNOREOUTPUT);
|
||||
}
|
||||
|
||||
PLUGIN_METHOD(ExecToStack) {
|
||||
|
|
Loading…
Reference in a new issue