mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-26 01:48:10 -07:00
scripts: fix tar format
OFW PR 1871 by hedger
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user