From 9cf329183f955a7f897c8f3a8c7599a98d0c2547 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Fri, 9 Sep 2022 14:13:30 +0200 Subject: [PATCH] Ports: Update Quake III's launcher name Following what is commonly used on the internet as the game's title, and making it consistent with Quake II. --- Ports/quake3/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ports/quake3/package.sh b/Ports/quake3/package.sh index 0d06356e6d1..c9849a7b3ea 100755 --- a/Ports/quake3/package.sh +++ b/Ports/quake3/package.sh @@ -7,7 +7,7 @@ files="https://github.com/ioquake/ioq3/archive/$commit_hash.tar.gz ioq3.tar.gz $ auth_type=sha256 workdir="ioq3-${commit_hash}" depends=("SDL2") -launcher_name="QuakeIII: Arena" +launcher_name="Quake III Arena" launcher_category="Games" launcher_command=/usr/local/games/quake3/ioquake3 icon_file="misc/quake3.png"