while i was looking through the expression (for #3), i noticed this line in the postBuild phase: touch Binaries/portable.txt. i haven't tested this yet, but i believe removing this makes the dolphin build non-portable, and also would allow us to get rid of ----add-flags '-u $HOME/.config/slippi-playback' in the wrapper, as it should default to ~/.config/SlippiOnline if i'm not wrong.
i'll test this later today or tomorrow, and maybe make a pull request if things look good, unless there's a reason for packaging dolphin the way it is now.
while i was looking through the expression (for #3), i noticed this line in the postBuild phase:
touch Binaries/portable.txt
. i haven't tested this yet, but i believe removing this makes the dolphin build non-portable, and also would allow us to get rid of----add-flags '-u $HOME/.config/slippi-playback'
in the wrapper, as it should default to~/.config/SlippiOnline
if i'm not wrong. i'll test this later today or tomorrow, and maybe make a pull request if things look good, unless there's a reason for packaging dolphin the way it is now.