Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit 93c8c58

Browse files
committed
Can we get a deterministic build with compression?
1 parent 58c7c53 commit 93c8c58

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)