验收测试.sh: 包名不再写死版本(取最新构建)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# 验收测试: 重新打包 -> 装 -> 验证虚拟声卡和命令都工作 (2026-09-12)
|
||||
set -eu
|
||||
cd "/home/lou/桌面/工作区/实验/空间音频"
|
||||
DEB="$HOME/桌面/collaplex-cinema-spatial_1.0.0_all.deb"
|
||||
DEB="$(ls -t "$HOME/桌面/collaplex-cinema-spatial_"*_all.deb 2>/dev/null | head -1)" # 取最新构建的包, 不写死版本
|
||||
BK="$HOME/归档/空间音频-用户级配置备份"
|
||||
PW="$HOME/.config/pipewire/pipewire.conf.d"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user