mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
This commit is contained in:
parent
5b5ab5334a
commit
36a26308d0
1 changed files with 5 additions and 5 deletions
|
|
@ -968,11 +968,11 @@ class BuildSrc(Command):
|
|||
tf.add(fver, Path(prefix) / fver.name)
|
||||
tf.add(frev, Path(prefix) / frev.name)
|
||||
|
||||
logger.info('Compressing source tarball...')
|
||||
tmp_comp = tmp_export.with_suffix('.tar.xz')
|
||||
with lzma.open(tmp_comp, 'wb', preset=6) as f:
|
||||
f.write(tmp_export.read_bytes())
|
||||
tmp_comp.rename(output_file)
|
||||
logger.info('Compressing source tarball...')
|
||||
tmp_comp = tmp_export.with_suffix('.tar.xz')
|
||||
with lzma.open(tmp_comp, 'wb', preset=6) as f:
|
||||
f.write(tmp_export.read_bytes())
|
||||
tmp_comp.rename(output_file)
|
||||
|
||||
|
||||
class Notarize(Command):
|
||||
|
|
|
|||
Loading…
Reference in a new issue