Skip to content

Commit

Permalink
fix minor build issue
Browse files Browse the repository at this point in the history
build was adding development files to DEB file. Made sure they were removed.
  • Loading branch information
Batcastle committed Feb 11, 2024
1 parent fe8b601 commit 14cd8f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ cp compile.conf ../"$FOLDER"/
base="$PWD"
cd ../"$FOLDER"/
./nuitka_compile.sh
rm -v nuitka_compile.sh compile.conf
cd "$base"
##############################################################
# #
Expand Down

0 comments on commit 14cd8f3

Please sign in to comment.