mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-18 05:15:46 +01:00
Don't jar up content in the XPI anymore.
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
content && $NF ~ /^[a-z]/ { $NF = "/" name "/" $NF }
|
||||
content {
|
||||
sub(/^\.\./, "", $NF);
|
||||
$NF = "jar:chrome/" name ".jar!" $NF
|
||||
if (isjar)
|
||||
$NF = "jar:chrome/" name ".jar!" $NF
|
||||
else
|
||||
$NF = "chrome" $NF
|
||||
}
|
||||
{
|
||||
sub("^\\.\\./common/", "", $NF)
|
||||
|
||||
Reference in New Issue
Block a user