deleted env_vars on uninstall

This commit is contained in:
Roy 2024-03-11 04:21:22 -07:00 committed by GitHub
parent 072ad321e8
commit 83987f0a57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1104,7 +1104,7 @@ if [[ $options == "Uninstall" ]]; then
rm -rf "${logged_in_home}/.local/share/Steam/steamapps/compatdata/VKPlayLauncher"
fi
fi
rm -rf ${logged_in_home}/.config/systemd/user/env_vars
# Display a message to the user indicating that the operation was successful
zenity --info --text="The selected launchers have now been deleted." --width=200 --height=150
exit