mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-30 21:39:01 +00:00
Add comments
This commit is contained in:
parent
37c94af2ed
commit
b4762d4724
@ -72,6 +72,8 @@ if [ ! -x "$(command -v mktemp)" ] || [ ! -x "$(command -v sort)" ] || [ ! -x "$
|
||||
exit 1
|
||||
fi
|
||||
|
||||
######## Config ############################################################
|
||||
|
||||
wine_conf="winedir.conf"
|
||||
game_conf="gamedir.conf"
|
||||
|
||||
@ -139,7 +141,7 @@ max_download_items=20
|
||||
# used to dynamically determine the height of menus
|
||||
menu_option_height="25"
|
||||
|
||||
############################################################################
|
||||
######## Bundled Files #####################################################
|
||||
|
||||
# Use logo installed by a packaged version of this script if available
|
||||
# Otherwise, default to the logo in the same directory
|
||||
@ -159,6 +161,8 @@ else
|
||||
install_script="$helper_dir/lug-lutris-install.json"
|
||||
fi
|
||||
|
||||
######## Links #############################################################
|
||||
|
||||
# LUG Wiki
|
||||
lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user