Browse Source

added lowercase convert to install

pull/1255/head
UltimateByte 8 years ago
committed by GitHub
parent
commit
389b6a1c55
  1. 2
      lgsm/functions/command_mods_install.sh

2
lgsm/functions/command_mods_install.sh

@ -61,6 +61,8 @@ fn_mod_installation(){
fn_mod_dl
# Extract the mod
fn_mod_extract
# Convert to lowercase if needed
fn_mod_lowercase
# Build a file list
fn_mod_fileslist
# Copying to destination

Loading…
Cancel
Save