From 7b1fc8d65c2c83a2fa50a59741f87239537266ea Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 19 Jan 2016 09:45:26 -0800 Subject: [PATCH] repair call to strcpy for dir variable --- 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 74cbdcd36f..589483a093 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -978,7 +978,7 @@ Function HandlePostInstallOptions ${If} $CopyFromProductionState == ${BST_CHECKED} SetShellVarContext current - StrCopy $0 "$APPDATA\@BUILD_ORGANIZATION@" + StrCpy $0 "$APPDATA\@BUILD_ORGANIZATION@" ; we need to copy whatever is in the data folder for production build to the data folder for this build CreateDirectory $0