osu-lazer-container: Ensure state directory exists

pull/30/head
Simon Bruder 2021-01-10 21:39:27 +01:00
parent 8a4710684d
commit 3610d32c06
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 0 deletions

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 \