From 14cd8f3da5e6b1f80b393bcc5e865474a1410a6a Mon Sep 17 00:00:00 2001 From: Thomas Castleman Date: Sun, 11 Feb 2024 01:28:25 -0500 Subject: [PATCH] fix minor build issue build was adding development files to DEB file. Made sure they were removed. --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 4b1dc37..5224956 100755 --- a/build.sh +++ b/build.sh @@ -130,6 +130,7 @@ cp compile.conf ../"$FOLDER"/ base="$PWD" cd ../"$FOLDER"/ ./nuitka_compile.sh +rm -v nuitka_compile.sh compile.conf cd "$base" ############################################################## # #