Add comments

This commit is contained in:
the Sane 2022-01-07 14:30:38 -05:00 committed by GitHub
parent 37c94af2ed
commit b4762d4724
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,8 @@ if [ ! -x "$(command -v mktemp)" ] || [ ! -x "$(command -v sort)" ] || [ ! -x "$
exit 1 exit 1
fi fi
######## Config ############################################################
wine_conf="winedir.conf" wine_conf="winedir.conf"
game_conf="gamedir.conf" game_conf="gamedir.conf"
@ -139,7 +141,7 @@ max_download_items=20
# used to dynamically determine the height of menus # used to dynamically determine the height of menus
menu_option_height="25" menu_option_height="25"
############################################################################ ######## Bundled Files #####################################################
# Use logo installed by a packaged version of this script if available # Use logo installed by a packaged version of this script if available
# Otherwise, default to the logo in the same directory # Otherwise, default to the logo in the same directory
@ -159,6 +161,8 @@ else
install_script="$helper_dir/lug-lutris-install.json" install_script="$helper_dir/lug-lutris-install.json"
fi fi
######## Links #############################################################
# LUG Wiki # LUG Wiki
lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki" lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki"