mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 14:47:19 +02:00
fix release type check for prod copy
This commit is contained in:
parent
1deaebd544
commit
d7c5036a42
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue