Skip to content

Commit fc97767

Browse files
committed
Can we get a deterministic build with compression?
1 parent 7068979 commit fc97767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/create_xpi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
exclusionsFile = sys.argv[2]
1616
exclusions = []
1717
tmpfile = '../pkg/tmp.xpi'
18-
compress = zipfile.ZIP_STORED
18+
compress = zipfile.ZIP_DEFLATED
1919

2020
with open(exclusionsFile) as f:
2121
for line in f:

0 commit comments

Comments
 (0)