Add completion message

This commit is contained in:
the-sane 2024-09-02 16:39:55 -04:00
parent c718ff97bd
commit 98e792072a

View File

@ -2426,6 +2426,8 @@ install_game_wine() {
# Run the installer # Run the installer
WINEPREFIX="$install_dir" winecfg -v win10 && WINEPREFIX="$install_dir" wine "$tmp_dir/$rsi_installer" WINEPREFIX="$install_dir" winecfg -v win10 && WINEPREFIX="$install_dir" wine "$tmp_dir/$rsi_installer"
message info "Installation has completed! See terminal output for details."
fi fi
} }