repair call to strcpy for dir variable

This commit is contained in:
Stephen Birarda 2016-01-19 09:45:26 -08:00
parent 04a5dbed7d
commit 7b1fc8d65c

View file

@ -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