mirror of
https://github.com/tcsenpai/UWINE.git
synced 2025-06-06 11:35:20 +00:00
shaddaaap already (get rid of error spam from trying to create symlinks that may already exist)
This commit is contained in:
parent
cfb7121a38
commit
211fdc47b7
@ -15,14 +15,14 @@ if [[ $WINEPREFIX ]]; then
|
||||
export PROTON_DLL_COPY="*"
|
||||
fi
|
||||
if [[ ! -d "$WINEPREFIX"/pfx ]]; then
|
||||
ln -s "$WINEPREFIX" "$WINEPREFIX"/pfx
|
||||
ln -s "$WINEPREFIX" "$WINEPREFIX"/pfx &> /dev/null
|
||||
fi
|
||||
if [[ ! -f "$WINEPREFIX"/tracked_files ]]; then
|
||||
touch "$WINEPREFIX"/tracked_files
|
||||
fi
|
||||
if [[ ! -f "$WINEPREFIX/dosdevices/" ]]; then
|
||||
mkdir -p "$WINEPREFIX"/dosdevices
|
||||
ln -s "../drive_c" "$WINEPREFIX/dosdevices/c:"
|
||||
ln -s "../drive_c" "$WINEPREFIX/dosdevices/c:" &> /dev/null
|
||||
fi
|
||||
fi
|
||||
export PROTONPATH="$PROTONPATH"
|
||||
|
Loading…
x
Reference in New Issue
Block a user