osu-lazer-container: Ensure state directory exists

This commit is contained in:
Simon Bruder 2021-01-10 21:39:27 +01:00
parent 8a4710684d
commit 3610d32c06
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -2,6 +2,7 @@
writeShellScriptBin "osu-lazer-container" ''
state_dir="''${XDG_DATA_HOME:-$HOME/.local/share}/osu"
mkdir -p "$state_dir"
${bwrap-helper}/bin/bwrap-helper \
--audio \
--gui \