From d7c5036a42f056e5e3ea8b94979e12a3d232fa20 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 18 Jan 2016 18:26:15 -0800 Subject: [PATCH] fix release type check for prod 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 f481e4aaa7..2b44bca360 100644 --- a/cmake/templates/NSIS.template.in +++ b/cmake/templates/NSIS.template.in @@ -971,7 +971,7 @@ Function HandlePostInstallOptions ${EndIf} ${EndIf} - ${If} @PRODUCTION_BUILD@ == 1 + ${If} @PR_BUILD@ == 1 ; check if we need to copy settings/content from production for this PR build ${NSD_GetState} $CopyFromProductionCheckbox $CopyFromProductionState