Fix delete img and create_shortcut (env,sh)

This commit is contained in:
castro-fidel
2020-06-21 16:01:10 +03:00
parent 71c540606e
commit 293a3146d9
4 changed files with 10 additions and 5 deletions

View File

@ -73,6 +73,7 @@ then
export sc_name="Введите название будущего ярлыка:"
export sc_path="Создаем ярлык. Выберите файл запуска..."
export sc_img="Создаем ярлык. Выберите иконку ICO, или PNG формата..."
export sc_cmd="Введите дополнительные параметры запуска, или оставьте полепустым."
elif [ "${update_loc}" = "ENG" ]
then
@ -143,6 +144,7 @@ then
export sc_name="Name shortcut:"
export sc_path="Select the .exe file..."
export sc_img="Select the .ICO or .PNG file..."
export sc_cmd="Add command line"
fi