mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 04:50:31 -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)
|
||||
set(PACKAGE_EXT ".7z")
|
||||
else()
|
||||
set(PACKAGE_EXT ".tar.zstd")
|
||||
set(PACKAGE_EXT ".tar.zst")
|
||||
endif()
|
||||
|
||||
add_custom_target(copy_artifacts
|
||||
|
Loading…
x
Reference in New Issue
Block a user