From 9394c7ac4e54fc1d3f57114d13f30cf9e0a94971 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 6 Jul 2013 19:00:47 +0200 Subject: [PATCH] remove .x86 suffix here --- misc/tools/xonotic-map-compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index c59a3553..371de705 100755 --- a/misc/tools/xonotic-map-compiler +++ b/misc/tools/xonotic-map-compiler @@ -13,7 +13,7 @@ use File::Temp; # Path to your q3map2 program. You find it in your GtkRadiant/install # directory. - our $Q3MAP2 = getcwd() . '/netradiant/install/q3map2.x86'; + our $Q3MAP2 = getcwd() . '/netradiant/install/q3map2'; # General flags for q3map2 (for example -threads 4) our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*'; -- 2.39.2