major changes for create_shortcut scripts

This commit is contained in:
Castro-Fidel
2020-06-09 23:36:28 +03:00
parent bed2eba932
commit 3fe80df33b
4 changed files with 44 additions and 22 deletions

View File

@ -70,6 +70,10 @@ then
export hud_compiler="активность шейдерного компилятора"
export hud_samplers="текущее количество используемых пар сэмплеров (только для D3D9)"
export sc_name="Введите название будущего ярлыка:"
export sc_path="Создаем ярлык. Выберите файл запуска..."
export sc_img="Создаем ярлык. Выберите иконку ICO, или PNG формата..."
elif [ "${update_loc}" = "ENG" ]
then
@ -136,5 +140,9 @@ then
export hud_compiler="Shows shader compiler activity"
export hud_samplers="Shows the current number of sampler pairs used [D3D9 Only]"
export sc_name="Name shortcut:"
export sc_path="Select the .exe file..."
export sc_img="Select the .ICO or .PNG file..."
fi