mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-14 02:25:12 +08:00
4 lines
107 B
Bash
4 lines
107 B
Bash
|
rm -f "$WINEPREFIX/system.reg"
|
||
|
cp $APPDIR/system.reg "$WINEPREFIX/system.reg"
|
||
|
CallProcess "$@"
|