TkgThingy: Create ext config dir if needed

Fixes https://github.com/Tk-Glitch/PKGBUILDS/issues/547
frogging-family
Tk-Glitch 2020-04-19 21:00:22 +07:00
parent 0687796dbb
commit 131b0adaf8
1 changed files with 1 additions and 0 deletions

@ -140,6 +140,7 @@ _main_loop() {
elif [ "$_choice" == "3" ]; then
exit 0
else
mkdir -p "$_EXT_CONFIG_PATH"
echo -e "\nPlease select which tool you want to create external config files for (or all of them with option #1) :"
select tkg_tools in "all" "dxvk_tools" "gamescope" "linux54_tkg" "linux55_tkg" "linux56_tkg" "linux57_rc_tkg" "mesa_git" "mostlyportable_gcc" "mostlyportable_mingw" "nvidia_all" "vkd3d_git" "proton_tkg" "wine_tkg"
do