update tar formats

This commit is contained in:
MX
2022-10-13 17:08:00 +03:00
parent 7b16de2d6f
commit da17adb5ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ class Main(App):
),
"w:gz",
compresslevel=9,
format=tarfile.GNU_FORMAT,
format=tarfile.USTAR_FORMAT,
) as tar:
tar.add(bundle_dir, arcname=bundle_dir_name)