mirror of
https://gitee.com/spark-store-project/spark-wine
synced 2025-12-19 05:21:40 +08:00
update spark-dwine-helper/s-wine-helper/deepinwine/tools/spark_updater.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
@@ -37,7 +37,7 @@ fi
|
||||
# 使用mv命令覆盖同名文件
|
||||
for file in "$source_dir"/*; do
|
||||
if [ -f "$file" ]; then
|
||||
mv -f "$file" "$destination_dir"
|
||||
cp -f "$file" "$destination_dir"
|
||||
if [ "$verbose" = true ]; then
|
||||
echo "已复制 $file 到 $destination_dir"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user