From 00ad362f38cc49bfc1da2e2f95d415ab4e0020fe Mon Sep 17 00:00:00 2001 From: Yvaniak Date: Sat, 11 Nov 2023 06:46:15 +0100 Subject: [PATCH] new-commit --- update_archive.sh | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100755 update_archive.sh diff --git a/update_archive.sh b/update_archive.sh deleted file mode 100755 index f79ba2b..0000000 --- a/update_archive.sh +++ /dev/null @@ -1,27 +0,0 @@ -#compilation des scripts en binaire install -shc -f install.sh install-scripts/* -o install - -#liste of files or folders to add to the archive -files=(install README.md CHANGELOGS.md LICENSE.md assets) - -#Archive name -archive="Arch-Hyprland.tar.gz" - -#temporary folder to create the archive -TMP="tmp" -mkdir $TMP -for file in "${files[@]}"; do - cp -r $file tmp -done - -#creation of the archive -cd $TMP -tar -cavf ../"Arch-Hyprland.tar.gz" * -cd .. - -#deletion of temporary folder -rm -r $TMP - -#deletion of binary -rm install -rm install.sh.x.c \ No newline at end of file