mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-01-30 21:49:02 +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
|
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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user