From: miha-q <> Date: Mon, 20 Jan 2025 01:10:54 +0000 (-0500) Subject: Sun Jan 19 08:10:54 PM EST 2025 X-Git-Url: http://www.foleosoft.com/?a=commitdiff_plain;h=ac2f1aae0c67f7821c8db3901375022552a21069;p=QAnsel.git Sun Jan 19 08:10:54 PM EST 2025 --- diff --git a/bin/qansel-source-base.zip b/bin/qansel-source-base.zip index f0daa78..454cdaf 100644 Binary files a/bin/qansel-source-base.zip and b/bin/qansel-source-base.zip differ diff --git a/build.sh b/build.sh index 8a2af41..6670efb 100644 --- a/build.sh +++ b/build.sh @@ -2,15 +2,12 @@ if [ "$1" = "src" ] then - name="qansel-source-base" - mv src $name find \ -wholename ./Makefile \ -o -wholename ./build.sh \ -o -name *.c \ -o -name *.h \ - | zip -@ bin/$name.zip - mv $name src + | zip -@ bin/qansel-source-base.zip exit fi