mrrescue: fix path to love game file

This commit is contained in:
Philipp Bartsch 2023-02-16 18:38:49 +01:00
parent 35681340d1
commit fe18efc37b

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation {
mkdir -p $out/bin
mkdir -p $out/share/games/lovegames
cp -v $src $out/share/${pname}.love
cp -v $src $out/share/games/lovegames/${pname}.love
makeWrapper ${love}/bin/love $out/bin/${pname} --add-flags $out/share/games/lovegames/${pname}.love