stats: quote paths

Co-authored-by: Ulli Kehrle <apfelkuchen@hrnz.li>
This commit is contained in:
DontEatOreo 2024-10-13 20:46:14 +03:00
parent a96c2506cf
commit 272bb210c3
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -22,8 +22,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
installPhase = ''
runHook preInstall
mkdir -p $out/Applications
cp -r *.app $out/Applications
mkdir -p "$out/Applications"
cp -r *.app "$out/Applications"
runHook postInstall
'';