fix launch script for emulation station

This commit is contained in:
sinavir 2024-01-18 18:56:51 +01:00
parent e51fd1f639
commit f6136ee61e

View file

@ -177,7 +177,7 @@ in {
cfg.themesDir
] ++ cfg.extraConfigFiles;
};
cli = pkgs.writeScript "emulationstation" "${pkgs.emulationstationPatched}/bin/emulationstation --home ${cfg.homeDir} --gamelist-only";
cli = pkgs.writeShellScript "emulationstation" "${pkgs.emulationstationPatched}/bin/emulationstation --home ${cfg.homeDir} --gamelist-only";
};
};