This commit is contained in:
Roy 2024-05-11 20:47:52 -07:00 committed by GitHub
parent 335dfce44c
commit 219bff819a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,9 +19,6 @@ export DBUS_SESSION_BUS_ADDRESS=$dbus_address
# $HOME
logged_in_home=$(eval echo "~${logged_in_user}")
# Initialize the env_vars file
> ${logged_in_home}/.config/systemd/user/env_vars
# TODO: `/tmp` or `mktemp -d` might be a better option (see: EOF)
# $PWD (working directory)
download_dir="${logged_in_home}/Downloads/NonSteamLaunchersInstallation"