fix: 修复安装脚本中 macOS 的参数处理

This commit is contained in:
SmileMachine
2025-10-26 20:05:23 +08:00
committed by GitHub
parent 7a8a951f9b
commit aa4103c504

View File

@@ -625,9 +625,7 @@ EOF
# Add program arguments if provided # Add program arguments if provided
if [ -n "$komari_args" ]; then if [ -n "$komari_args" ]; then
for arg in $komari_args; do echo "$komari_args" | xargs -n1 printf " <string>%s</string>\n" 
echo " <string>$arg</string>" >> "$plist_file"
done
fi fi
cat >> "$plist_file" << EOF cat >> "$plist_file" << EOF