fix 2 sed from creat_shortcut
This commit is contained in:
parent
5b95d0c09a
commit
a29fbfa8ce
@ -53,18 +53,6 @@ start_settings=`zenity --title "${ss_title}" --text "${ss_text}" --list --radio
|
|||||||
dxvk_ogl_var="0"
|
dxvk_ogl_var="0"
|
||||||
fi ;;
|
fi ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if [ ! -z $hud_settings ]; then
|
|
||||||
for hud_set in $hud_settings
|
|
||||||
do
|
|
||||||
echo "${hud_set}" >> "${config_path}/dxvk_on"
|
|
||||||
done
|
|
||||||
sed -i "s/|/,/g" "${config_path}/dxvk_on"
|
|
||||||
else
|
|
||||||
echo "0" > "${config_path}/dxvk_on"
|
|
||||||
fi ;;
|
|
||||||
########################################################################
|
########################################################################
|
||||||
cp -f "${PORTPROTON_IMG}" "${PORT_WINE_PATH}/data/img/${PORTPROTON_NAME}.png"
|
cp -f "${PORTPROTON_IMG}" "${PORT_WINE_PATH}/data/img/${PORTPROTON_NAME}.png"
|
||||||
name_desktop="${PORTPROTON_NAME}"
|
name_desktop="${PORTPROTON_NAME}"
|
||||||
|
Loading…
Reference in New Issue
Block a user