mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-09-09 12:52:24 +08:00
6 lines
194 B
Bash
6 lines
194 B
Bash
if [ -f "${WINEPREFIX}/drive_c/Program Files/Tencent/QQLive/Upgrade.dll" ]; then
|
|
rm -rf "${WINEPREFIX}/drive_c/Program Files/Tencent/QQLive/Upgrade.dll"
|
|
fi
|
|
|
|
CallProcess "$@"
|