We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44abb87 commit 18922bdCopy full SHA for 18922bd
website/content/public/downloads/winesetup/net9_mgfxc_wine_setup.sh
@@ -64,5 +64,14 @@ cp -f "$SCRIPT_DIR/firefox_data/core/d3dcompiler_47.dll" "$WINEPREFIX/drive_c/wi
64
echo -e "\nexport MGFXC_WINE_PATH=\"$HOME/.winemonogame\"" >> ~/.profile
65
echo -e "\nexport MGFXC_WINE_PATH=\"$HOME/.winemonogame\"" >> ~/.zprofile
66
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
76
# cleanup
77
rm -rf "$SCRIPT_DIR"
0 commit comments