mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2024-11-24 04:41:23 +00:00
Rename the new URL scheme to q3rally
Websites can link to q3rally servers using the following: q3rally://connect/0.0.0.0 A protocol handler needs to be configured on the system to run: q3rally.x86_64 --uri q3rally://connect/0.0.0.0
This commit is contained in:
parent
1286903908
commit
91b8c8dfc6
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
#define CINEMATICS_LOGO "idlogo.RoQ"
|
||||
#define CINEMATICS_INTRO "intro.RoQ"
|
||||
#define LEGACY_PROTOCOL
|
||||
#define PROTOCOL_HANDLER "quake3"
|
||||
#define PROTOCOL_HANDLER "q3rally"
|
||||
#endif
|
||||
|
||||
// Heartbeat for dpmaster protocol. You shouldn't change this unless you know what you're doing
|
||||
|
|
|
@ -192,7 +192,7 @@ WRAPPER_NAME="${PRODUCT_NAME}.${WRAPPER_EXTENSION}"
|
|||
CONTENTS_FOLDER_PATH="${WRAPPER_NAME}/Contents"
|
||||
UNLOCALIZED_RESOURCES_FOLDER_PATH="${CONTENTS_FOLDER_PATH}/Resources"
|
||||
EXECUTABLE_FOLDER_PATH="${CONTENTS_FOLDER_PATH}/MacOS"
|
||||
PROTOCOL_HANDLER="quake3"
|
||||
PROTOCOL_HANDLER="q3rally"
|
||||
|
||||
# loop through the architectures to build string lists for each universal binary
|
||||
for ARCH in $SEARCH_ARCHS; do
|
||||
|
|
Loading…
Reference in a new issue