mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-02-03 04:01:53 +00:00
remove .x86 suffix here
This commit is contained in:
parent
741d4b5ab2
commit
9394c7ac4e
@ -13,7 +13,7 @@ use File::Temp;
|
|||||||
|
|
||||||
# Path to your q3map2 program. You find it in your GtkRadiant/install
|
# Path to your q3map2 program. You find it in your GtkRadiant/install
|
||||||
# directory.
|
# directory.
|
||||||
our $Q3MAP2 = getcwd() . '/netradiant/install/q3map2.x86';
|
our $Q3MAP2 = getcwd() . '/netradiant/install/q3map2';
|
||||||
|
|
||||||
# General flags for q3map2 (for example -threads 4)
|
# General flags for q3map2 (for example -threads 4)
|
||||||
our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*';
|
our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic*-data*.pk3* -fs_forbiddenpath xonotic*-nexcompat*.pk3*';
|
||||||
|
Loading…
Reference in New Issue
Block a user