mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 19:44:13 +01:00
No more randomly generated package subtree paths.
This commit is contained in:
@@ -142,7 +142,7 @@ ProtocolBase.prototype = {
|
||||
function LocaleChannel(pkg, locale, path, orig) {
|
||||
for each (let locale in [locale, "en-US"])
|
||||
for each (let sep in "-/") {
|
||||
var channel = Channel(["resource:/", pkg + sep + locale, path].join("/"), orig, true);
|
||||
var channel = Channel(["resource:/", pkg + sep + locale, path].join("/"), orig, true, true);
|
||||
if (channel)
|
||||
return channel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user