Skip to content

Commit 025d4f5

Browse files
committed
Merge branch 'SDL2' into dreamcastSDL2
2 parents cbb1124 + d0c2d8b commit 025d4f5

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

build-scripts/build-release.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,12 @@ def extract_filter(member: tarfile.TarInfo, path: str, /):
462462
tgz_path = self.dist_path / f"{self.project}-devel-{self.version}-mingw.tar.gz"
463463
txz_path = self.dist_path / f"{self.project}-devel-{self.version}-mingw.tar.xz"
464464

465+
465466
with Archiver(zip_path=zip_path, tgz_path=tgz_path, txz_path=txz_path) as archiver:
466467
archive_file_tree.add_to_archiver(archive_base="", archiver=archiver)
467468
archiver.add_git_hash(arcdir=arc_root, commit=self.commit, time=self.arc_time)
469+
archive_file_tree.add_to_archiver(archive_base="", archiver=archiver)
470+
archiver.add_git_hash(arcdir=arc_root, commit=self.commit, time=self.arc_time)
468471
print("... done")
469472

470473
self.artifacts["mingw-devel-zip"] = zip_path

build-scripts/create-release.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
#!/usr/bin/env python3
23

34
import argparse
45
from pathlib import Path

0 commit comments

Comments
 (0)