mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 13:12:40 +02:00
fix for error check during PR copy
This commit is contained in:
parent
7b1fc8d65c
commit
be6606cefd
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ Function HandlePostInstallOptions
|
|||
CopyFiles "$APPDATA\High Fidelity\*" $0
|
||||
|
||||
; handle an error in copying files
|
||||
IfError 0 NoError
|
||||
IfErrors 0 NoError
|
||||
|
||||
MessageBox mb_IconStop|mb_TopMost|mb_SetForeground \
|
||||
"There was a problem copying your production content and settings to $0 for this PR build.$\r$\nPlease copy them manually."
|
||||
|
|
Loading…
Reference in a new issue