mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-08 18:59:33 +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}
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
${If} @PRODUCTION_BUILD@ == 1
|
${If} @PR_BUILD@ == 1
|
||||||
; check if we need to copy settings/content from production for this PR build
|
; check if we need to copy settings/content from production for this PR build
|
||||||
${NSD_GetState} $CopyFromProductionCheckbox $CopyFromProductionState
|
${NSD_GetState} $CopyFromProductionCheckbox $CopyFromProductionState
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue