forked from CastroFidel/PortWINE
major changes for create_shortcut scripts
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user