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_category=Games
launcher_command=hatari
launcher_command='/usr/local/bin/hatari'
configure() {
run cmake "${configopts[@]}"