]> foleosoft.com Git - QAnsel.git/commitdiff
Sun Jan 19 08:10:54 PM EST 2025
authormiha-q <>
Mon, 20 Jan 2025 01:10:54 +0000 (20:10 -0500)
committermiha-q <>
Mon, 20 Jan 2025 01:10:54 +0000 (20:10 -0500)
bin/qansel-source-base.zip
build.sh

index f0daa7863ecf7f4e3e8a89cce2c7e29913bf2b5a..454cdaf7d39b526cf7147453a958a47d3a9e01ed 100644 (file)
Binary files a/bin/qansel-source-base.zip and b/bin/qansel-source-base.zip differ
index 8a2af41079982c7d0c0f0ebcfc146813d9e3d9af..6670efb21e18a03af2c3be2089d00af1528813d2 100644 (file)
--- 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