Fix minor issues in metadata and build scripts found when porting changes to obs-cleanstream

This commit is contained in:
Tabby Cromarty
2025-11-11 18:23:47 +00:00
parent 29be964f08
commit 5479fea8b4
2 changed files with 2 additions and 2 deletions

View File

@@ -261,7 +261,7 @@ ${_usage_host:-}"
popd
} else {
log_group "Archiving ${product_name}..."
local output_name="${product_name}-${product_version}-${target##*-}-${+ACCELERATION}-linux-gnu"
local output_name="${product_name}-${product_version}-${target##*-}-linux-gnu-${+ACCELERATION}"
local _tarflags='cJf'
if (( _loglevel > 1 || ${+CI} )) _tarflags="v${_tarflags}"

View File

@@ -2,7 +2,7 @@
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 22,
"minor": 28,
"patch": 0
},
"configurePresets": [