mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 10:47:53 +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}
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue