Skip to content

Commit 18922bd

Browse files
committed
Add symlink to dotnet 9 as well :(
1 parent 44abb87 commit 18922bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

website/content/public/downloads/winesetup/net9_mgfxc_wine_setup.sh

+9
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,14 @@ cp -f "$SCRIPT_DIR/firefox_data/core/d3dcompiler_47.dll" "$WINEPREFIX/drive_c/wi
6464
echo -e "\nexport MGFXC_WINE_PATH=\"$HOME/.winemonogame\"" >> ~/.profile
6565
echo -e "\nexport MGFXC_WINE_PATH=\"$HOME/.winemonogame\"" >> ~/.zprofile
6666

67+
if ! type "wine64" > /dev/null 2>&1
68+
then
69+
echo -e "\nexport PATH=\"\$PATH:$HOME/.winemonogame\"" >> ~/.profile
70+
echo -e "\nexport PATH=\"\$PATH:$HOME/.winemonogame\"" >> ~/.zprofile
71+
72+
WINEPATH=$(which $WINEEXECUTABLE)
73+
ln -s "$WINEPATH" "$HOME/.winemonogame/wine64"
74+
fi
75+
6776
# cleanup
6877
rm -rf "$SCRIPT_DIR"

0 commit comments

Comments
 (0)