mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:04:13 +01:00
Fix some more CPG breakage.
This commit is contained in:
@@ -260,7 +260,7 @@ var ConfigBase = Class("ConfigBase", {
|
||||
}
|
||||
}
|
||||
function processJar(file) {
|
||||
let jar = services.ZipReader(file);
|
||||
let jar = services.ZipReader(file.file);
|
||||
if (jar)
|
||||
try {
|
||||
if (jar.hasEntry("chrome.manifest"))
|
||||
|
||||
Reference in New Issue
Block a user