From 3d4f316b3b15382703f273d04133dc6d30b78ab1 Mon Sep 17 00:00:00 2001 From: Markus Thilo Date: Tue, 18 Jun 2024 08:53:15 +0000 Subject: [PATCH] V0.5.2 --- make-dist-lin.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/make-dist-lin.sh b/make-dist-lin.sh index dbf94ff..646bf1b 100755 --- a/make-dist-lin.sh +++ b/make-dist-lin.sh @@ -12,10 +12,17 @@ fallbackimager-root.sh ewfimager.py ewfchecker.py hashedcopy.py +zipimager.py sqlite.py reporter.py axchecker.py wiper.py +appicon.png +help.txt +LICENSE +README.md +wipe-log-head.txt +reporter-example-template EOF while read file # copy libraries to dist-lin/lib do @@ -25,10 +32,12 @@ extpath.py fsreader.py guibase.py guiconfig.py +guilabeling.py guielements.py hashes.py linutils.py logger.py +mfdbreader.py settings.py sqliteutils.py stringutils.py @@ -37,6 +46,7 @@ worker.py ewfimagergui.py ewfcheckergui.py hashedcopygui.py +zipimagergui.py sqlitegui.py reportergui.py axcheckergui.py