Rename /guides to /config

This commit is contained in:
freearhey 2021-03-10 01:37:19 +03:00
parent 75a8bcd8bd
commit a9e3a9ea75
16 changed files with 8 additions and 386 deletions

4
run.sh
View file

@ -31,8 +31,8 @@ else
fi
fi ;
mono "$DIR/bin/WebGrab+Plus.exe" "$DIR/guides/en"
mono "$DIR/bin/WebGrab+Plus.exe" "$DIR/guides/ru"
mono "$DIR/bin/WebGrab+Plus.exe" "$DIR/config/en"
mono "$DIR/bin/WebGrab+Plus.exe" "$DIR/config/ru"
quit 0;