* Do not add version-numbers to filenames on 8.3 fs hosts

git-svn-id: trunk@28970 -
This commit is contained in:
joost 2014-11-02 18:47:41 +00:00
parent 684400b8e4
commit 254cc2e7a7

View File

@ -3362,7 +3362,7 @@ begin
If (FFileName<>'') then
Result:=FFileName
else
if not FVersion.Empty then
if not FVersion.Empty and not (Defaults.BuildOS in AllLimit83fsOses) then
Result := Name + '-' + FVersion.AsString
else
Result := Name;