Skip to content

Commit

Permalink
deleted env_vars on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
moraroy authored Mar 11, 2024
1 parent 072ad32 commit 83987f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NonSteamLaunchers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 83987f0

Please sign in to comment.