This commit is contained in:
Mario Fetka
2019-10-01 23:21:09 +02:00
parent cb66f21ea3
commit ea16a9a54e
2 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ endif
[Files_install_32]
; copy the ini file to the InstallDir
copy "$IniCfgFile$" "$InstallDir32$"
copy "$Install32Exe$" "$InstallDir32$"
;copy "$Install32Exe$" "$InstallDir32$"
; Example of recursively copying some files into the installation directory:
;
@@ -117,7 +117,7 @@ copy "$Install32Exe$" "$InstallDir32$"
[Files_install_64]
; copy the ini file to the InstallDir
copy "$IniCfgFile$" "$InstallDir64$"
copy "$Install64Exe$" "$InstallDir64$"
;copy "$Install64Exe$" "$InstallDir64$"
; Example of recursively copying some files into the installation directory:
;