From acc304566b2e183d9d57636e92829a37bc9d7baa Mon Sep 17 00:00:00 2001 From: Yannick Mauray Date: Sun, 19 Dec 2021 01:51:59 +0100 Subject: [PATCH] Added : don't embed the png distro icons --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dcb3e5..fe3419c 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ bin: quickgui mkdir -p $(BUILD_DIR) cp -a build/linux/x64/release/bundle/* $(BUILD_DIR) cp -a assets/resources $(BUILD_DIR) - tar -C $(BUILD_ROOT) -c -v -f $(BIN_TAR) $(BASE_NAME) + tar -C $(BUILD_ROOT) -c -v --exclude "quickemu-icons/*.png" -f $(BIN_TAR) $(BASE_NAME) xz -z $(BIN_TAR) src: