Change RetroShare06 to lower case

This is important to comply with linux standards.
This commit is contained in:
Phenom 2017-07-05 18:11:52 +02:00
parent 65326d9438
commit b12fd11496
15 changed files with 38 additions and 38 deletions

View file

@ -116,7 +116,7 @@ echo copy external binaries
copy "%RootPath%\libs\bin\*.dll" "%RsDeployPath%" %Quite%
echo copy dependencies
call :copy_dependencies "%RsDeployPath%\RetroShare06.exe" "%RsDeployPath%"
call :copy_dependencies "%RsDeployPath%\retroshare06.exe" "%RsDeployPath%"
echo copy Qt DLL's
copy "%QtPath%\Qt%QtMainVersion1%Svg%QtMainVersion2%.dll" "%RsDeployPath%" %Quite%