diff options
-rwxr-xr-x | Ports/quake3/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/quake3/package.sh b/Ports/quake3/package.sh index 0d06356e6d..c9849a7b3e 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" |