mirror of
https://github.com/royshil/obs-localvocal.git
synced 2026-01-09 04:17:58 -05:00
Fix minor issues in metadata and build scripts found when porting changes to obs-cleanstream
This commit is contained in:
2
.github/scripts/.package.zsh
vendored
2
.github/scripts/.package.zsh
vendored
@@ -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}"
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"version": 3,
|
||||
"cmakeMinimumRequired": {
|
||||
"major": 3,
|
||||
"minor": 22,
|
||||
"minor": 28,
|
||||
"patch": 0
|
||||
},
|
||||
"configurePresets": [
|
||||
|
||||
Reference in New Issue
Block a user