2024-01-29 14:02:28 +08:00

4 lines
107 B
Bash

rm -f "$WINEPREFIX/system.reg"
cp $APPDIR/system.reg "$WINEPREFIX/system.reg"
CallProcess "$@"