From 03702a0eac064fbf96905a98f923af8b0c3987f1 Mon Sep 17 00:00:00 2001 From: Yiyang Kang Date: Tue, 7 Mar 2023 16:07:50 +0800 Subject: [PATCH] chore: update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 399fd8c..a5ee112 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ lint: golangci-lint run ./... pack: build - tar --owner root --group root -c tgbot_misaka_5882f7 | zstdmt -15v > tgbot_misaka_5882f7.tar.zst + tar --owner root --group root -c tgbot_misaka_5882f7 | zstdmt -9v --long > tgbot_misaka_5882f7.tar.zst send: pack wh send tgbot_misaka_5882f7.tar.zst --force-relay