git-svn-id: trunk@42866 -
@@ -2273,6 +2273,8 @@ begin
MapFilename:=LocalFilename;
end;
+ if FilenameIsAbsolute(MapFilename) then
+ MapFilename:='file://'+MapFilename;
{$IFNDEF Unix}
// use / as PathDelim
if PathDelim<>'/' then
@@ -15,7 +15,6 @@ begin
With Installer do
begin
P:=AddPackage('utils-pas2js');
- P.ShortName := 'upjs';
P.Author := 'Free Pascal Team';
P.License := 'LGPL with modification';