Fix .zst extension

This commit is contained in:
Marcus Holland-Moritz 2023-07-10 11:32:41 +02:00
parent 072a5218f3
commit d6c246d80c

View File

@ -1120,7 +1120,7 @@ if(STATIC_BUILD_DO_NOT_USE OR WIN32)
if(WIN32) if(WIN32)
set(PACKAGE_EXT ".7z") set(PACKAGE_EXT ".7z")
else() else()
set(PACKAGE_EXT ".tar.zstd") set(PACKAGE_EXT ".tar.zst")
endif() endif()
add_custom_target(copy_artifacts add_custom_target(copy_artifacts