mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
Ports/hatari: Use correct launcher command path
This commit is contained in:
parent
cb8491ed0a
commit
badf003511
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…
Reference in a new issue