1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-16 23:45:46 +01:00

Fix IO.expandPath quirk on MS

This commit is contained in:
Kris Maglione
2008-12-24 13:07:36 -05:00
parent 3acf687340
commit deaba40c8f
2 changed files with 6 additions and 4 deletions

View File

@@ -1225,6 +1225,7 @@ const liberator = (function () //{{{
try
{
let infoPath = services.create("file");
liberator.dump("'rtp': " + IO.expandPath(IO.runtimePath.replace(/,.*/, "")));
infoPath.initWithPath(IO.expandPath(IO.runtimePath.replace(/,.*/, "")));
infoPath.append("info");
infoPath.append(services.get("profile").selectedProfile.name);