From 06a241f2a318c1a770770b20f4cc1677abaeeaf3 Mon Sep 17 00:00:00 2001 From: Abdulkaiz Khatri <24286590+ful1e5@users.noreply.github.com> Date: Sun, 31 Dec 2023 10:11:34 +0530 Subject: [PATCH] fixed #157 --- LICENSE | 4 ++-- build.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index f401cb5b..dbf73214 100644 --- a/LICENSE +++ b/LICENSE @@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Opensource, compact, and material designed cursor set. - Copyright (C) 2018 Abdulkaiz Khatri + Copyright (C) 2018 Abdulkaiz Khatri This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - Bibata_Cursor Copyright (C) 2018 Abdulkaiz Khatri + Bibata_Cursor Copyright (C) 2018 Abdulkaiz Khatri This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/build.sh b/build.sh index 513caf95..d13b3c91 100755 --- a/build.sh +++ b/build.sh @@ -51,10 +51,13 @@ for key in "${!names[@]}"; do wait $PID done +# Compressing Bibata.tar.xz +cp ../LICENSE . tar -cJvf "../bin/Bibata.tar.xz" --exclude="*-Windows" . & PID=$! wait $PID +# Compressing Bibata-*-Windows for key in "${!names[@]}"; do zip -rv "../bin/${key}-Windows.zip" "${key}-Small-Windows" "${key}-Regular-Windows" "${key}-Large-Windows" "${key}-Extra-Large-Windows" & PID=$! @@ -63,4 +66,6 @@ done cd .. +# Copying License File for 'bitmaps' +cp LICENSE bitmaps/ zip -rv bin/bitmaps.zip bitmaps