Ports/hatari: Use correct launcher command path
This commit is contained in:
parent
cb8491ed0a
commit
badf003511
Notes:
sideshowbarker
2024-07-17 18:46:57 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/badf003511 Pull-request: https://github.com/SerenityOS/serenity/pull/20542 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ files=(
|
|||
)
|
||||
launcher_name=Hatari
|
||||
launcher_category=Games
|
||||
launcher_command=hatari
|
||||
launcher_command='/usr/local/bin/hatari'
|
||||
|
||||
configure() {
|
||||
run cmake "${configopts[@]}"
|
||||
|
|
Loading…
Add table
Reference in a new issue