This commit is contained in:
Roy 2024-05-06 01:33:57 -07:00 committed by GitHub
parent 83358a270a
commit c3ae9f030e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1670,7 +1670,7 @@ wait
> ${logged_in_home}/.config/systemd/user/env_vars
# Function to handle common operations
# Function to write to env_vars
set_launcher_vars() {
local launcher_path="$1"
local launcher_name="$2"
@ -1689,7 +1689,7 @@ set_launcher_vars() {
}
# Checking Files For Shortcuts and Setting Directories For Shortcuts
# Checking Files For Shortcuts and Setting Directories for env_vars
if [[ -f "$epic_games_launcher_path1" ]]; then
set_launcher_vars "$epic_games_launcher_path1" "epic" " -opengl" "NonSteamLaunchers"
elif [[ -f "$epic_games_launcher_path2" ]]; then