Hello 👋
if i understand well
sed -i 's|Name=Dolphin Emulator|Name=Dolphin Emulator Nightly|' ./AppDir/*.desktop
UPINFO="$(echo "$UPINFO" | sed 's|latest|nightly|')"
should have rename the nightly build in the .desktop (like the same lines does in the citron build) ?
if its the case it didn't work on the last nightly build 🤔