mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 00:10:00 +02:00
repair call to strcpy for dir variable
This commit is contained in:
parent
04a5dbed7d
commit
7b1fc8d65c
1 changed files with 1 additions and 1 deletions
|
@ -978,7 +978,7 @@ Function HandlePostInstallOptions
|
||||||
${If} $CopyFromProductionState == ${BST_CHECKED}
|
${If} $CopyFromProductionState == ${BST_CHECKED}
|
||||||
SetShellVarContext current
|
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
|
; we need to copy whatever is in the data folder for production build to the data folder for this build
|
||||||
CreateDirectory $0
|
CreateDirectory $0
|
||||||
|
|
Loading…
Reference in a new issue