Commit aabe7da7 authored by Maxim Slipenko's avatar Maxim Slipenko

fix

parent ed4ee4dc
......@@ -471,8 +471,8 @@ portwine_create_shortcut () {
--field="${sc_menu_desktop}":CHK "TRUE" \
--button="$loc_gui_create_shortcut":0)
if [ $? -eq "0" ]; then
name_desktop=$(echo "$OUTPUT" | awk -F'|' '{ print $1 }')
create_menu_desktop_shortcut=$(echo "$OUTPUT" | awk -F'|' '{ print $2 }')
name_desktop=$(echo "$OUTPUT" | awk -F'|' '{ print $2 }')
create_menu_desktop_shortcut=$(echo "$OUTPUT" | awk -F'|' '{ print $3 }')
try_remove_file "${PORT_WINE_PATH}/${name_desktop}.desktop"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment