elif command-v flatpak >/dev/null 2>&1&& flatpak list |grep-q com.valvesoftware.Steam;then
flatpak run com.valvesoftware.Steam &
fi
sleep 5
pw_stop_progress_bar
exit 0
...
...
@@ -395,36 +417,38 @@ addEntry() {
printf'\x00%s\x00'"shortcuts">"${SCPATH}"
NEWSET=0
fi
NOSTAIDVDFHEXFMT="\x$(awk'{$1=$1}1'FPAT='.{2}'OFS="\\\x"<<<"$NOSTAIDVDFHEX")"# binary-formatted string hex of the above which we actually write out - ex: \xc1\xc2\x5a\xdc
NOSTAIDVDFHEXFMT="\x$(awk'{$1=$1}1'FPAT='.{2}'OFS="\\\x"<<<"${NOSTAIDVDFHEX}")"# binary-formatted string hex of the above which we actually write out - ex: \xc1\xc2\x5a\xdc