From be6606cefd628fe2fcb0ad88e842f1b3b361d28c Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 19 Jan 2016 09:49:13 -0800 Subject: [PATCH] fix for error check during PR copy --- cmake/templates/NSIS.template.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/templates/NSIS.template.in b/cmake/templates/NSIS.template.in index 589483a093..1d9138cfaa 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -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."