From d6c246d80c6cec47e361e73ab9929272c2b9e672 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 10 Jul 2023 11:32:41 +0200 Subject: [PATCH] Fix .zst extension --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a13aa53..68b36c79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1120,7 +1120,7 @@ if(STATIC_BUILD_DO_NOT_USE OR WIN32) if(WIN32) set(PACKAGE_EXT ".7z") else() - set(PACKAGE_EXT ".tar.zstd") + set(PACKAGE_EXT ".tar.zst") endif() add_custom_target(copy_artifacts