Skip to content

Commit

Permalink
Going to release v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markusthilo committed Apr 15, 2024
1 parent 262fc1a commit da2d39d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FallbackImager.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def __init__(self, debug=False):
candidates = (
(EwfImager, EwfImagerCli, EwfImagerGui),
(EwfChecker, EwfCheckerCli, EwfCheckerGui),
(EwfChecker, ReporterCli, ReporterGui),
(Reporter, ReporterCli, ReporterGui),
(ZipImager, ZipImagerCli, ZipImagerGui),
(SQLite, SQLiteCli, SQLiteGui),
(AxChecker, AxCheckerCli, AxCheckerGui),
Expand Down
3 changes: 3 additions & 0 deletions make-bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ def move(self, tobin=False):
bins = list()
if args.cli:
bins.append(MkBin('axchecker.py').move())
bins.append(MkBin('ewfchecker.py').move())
bins.append(MkBin('ewfimager.py').move())
bins.append(MkBin('reporter.py').move())
bins.append(MkBin('sqlite.py').move())
bins.append(MkBin('wiper.py').move())
bins.append(MkBin('zipimager.py').move())
Expand Down

0 comments on commit da2d39d

Please sign in to comment.