1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 11:57:35 +00:00

Ports/hatari: Use correct launcher command path

This commit is contained in:
Tim Ledbetter 2023-08-13 08:09:30 +01:00 committed by Tim Schumacher
parent cb8491ed0a
commit badf003511

View file

@ -9,7 +9,7 @@ files=(
) )
launcher_name=Hatari launcher_name=Hatari
launcher_category=Games launcher_category=Games
launcher_command=hatari launcher_command='/usr/local/bin/hatari'
configure() { configure() {
run cmake "${configopts[@]}" run cmake "${configopts[@]}"