From 17edd682739efd47378d4ec3bce09e1669d3e8bc Mon Sep 17 00:00:00 2001 From: the-sane <3657071+the-sane@users.noreply.github.com> Date: Mon, 25 Aug 2025 22:58:55 -0400 Subject: [PATCH] Add example env var addition --- lib/sc-launch.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sc-launch.sh b/lib/sc-launch.sh index e96e18d..cd999b1 100755 --- a/lib/sc-launch.sh +++ b/lib/sc-launch.sh @@ -12,6 +12,8 @@ # ENVIRONMENT VARIABLES ############################################################################ # Add additional environment variables to this section as needed +# Example: +# export NEW_VARIABLE="value" ############################################################################ export WINEPREFIX="$HOME/Games/star-citizen"