Improve wine post-install message

This commit is contained in:
the-sane 2024-09-03 10:45:51 -04:00
parent 8c7b8cc971
commit edcfcd9eb9

View File

@ -2454,7 +2454,7 @@ install_game_wine() {
# Run the installer
WINEPREFIX="$install_dir" winecfg -v win10 && WINEPREFIX="$install_dir" winetricks powershell && WINEPREFIX="$install_dir" wine "$tmp_dir/$rsi_installer"
message info "Installation has completed. See terminal output for details."
message info "Installation has completed.\n\nNote: Wine may have created the following launcher files on your system\nYou may remove or edit these if desired:\n\n$HOME/Desktop/RSI Launcher.destop\n$HOME/.local/share/applications/wine/Programs/Roberts Space Industries/RSI Launcher.desktop\n\nAfter making changes, update the database by running:\nupdate-desktop-database \$HOME/.local/share/applications"
fi
}