scripts: fix tar format

OFW PR 1871 by hedger
This commit is contained in:
MX
2022-10-13 01:47:03 +03:00
parent 94d2d5c99f
commit 5f28eafcd2
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -178,6 +178,7 @@ class Main(App):
),
"w:gz",
compresslevel=9,
format=tarfile.GNU_FORMAT,
) as tar:
tar.add(bundle_dir, arcname=bundle_dir_name)