mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 13:04:15 -04:00
Fix .zst extension
This commit is contained in:
parent
072a5218f3
commit
d6c246d80c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user