mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 19:16:02 +00:00
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: 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
Add a link
Reference in a new issue