From 2e6bb9628ac4282a8be40144b7122cb9d1e9451c Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Sun, 28 Jun 2026 13:51:28 +0200 Subject: [PATCH] arch.sh in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b5150cf..26e6e57 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,5 @@ all: @echo "make arch" arch: - (cd ..; tar czf ../audio-manager.tar.gz --exclude .git --exclude "*.bak" --exclude "*.*~" audio-library-manager) + bash ./arch.sh