mrrescue: fix path to love game file

This commit is contained in:
Philipp Bartsch
2023-02-16 20:03:17 +01:00
parent 35681340d1
commit fe18efc37b
+1 -1
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