From 83e67f207b6e4119745e393eebb3b2b0855c6593 Mon Sep 17 00:00:00 2001 From: Spike29 Date: Thu, 23 May 2024 11:13:11 +0200 Subject: [PATCH] Use the new names for Linux and Win32 engines --- games/xonotic.game | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games/xonotic.game b/games/xonotic.game index 9037ee7..cd47b09 100644 --- a/games/xonotic.game +++ b/games/xonotic.game @@ -7,8 +7,8 @@ enginepath_win32="C:/Program Files/Xonotic/" enginepath_linux="/usr/share/games/xonotic/" enginepath_macos="/Applications/Xonotic" - engine_win32="xonotic-sdl.exe" - engine_linux="xonotic-sdl" + engine_win32="xonotic.exe" + engine_linux="xonotic-linux-sdl.sh" engine_macos="Xonotic.app" prefix=".xonotic" basegame="data" -- 2.39.2