From 3c10feba3fad103355b001b882fba3807f06fb87 Mon Sep 17 00:00:00 2001 From: SoScared Date: Sat, 7 Apr 2018 20:24:15 +0200 Subject: [PATCH] alter mod.config packaging names --- mod.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.config b/mod.config index f9910f3..3ce4ee3 100644 --- a/mod.config +++ b/mod.config @@ -58,7 +58,7 @@ PACKAGING_DISPLAY_NAME="Red Alert Unplugged" # The URL for the project homepage. # This is used in: # - Windows "Add/Remove Programs" list -PACKAGING_WEBSITE_URL="http://openra.net" +PACKAGING_WEBSITE_URL="https://github.com/RAunplugged/uRA/wiki" # The URL that is opened when a player presses the "FAQ" button in the crash dialog. PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ" @@ -72,7 +72,7 @@ PACKAGING_AUTHORS="SoScared" PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20171118" # Filename to use for the launcher executable on Windows. -PACKAGING_WINDOWS_LAUNCHER_NAME="RedAlertUnplugged" +PACKAGING_WINDOWS_LAUNCHER_NAME="Red Alert Unplugged" # The name of the Windows Program Files directory to install the project files to. PACKAGING_WINDOWS_INSTALL_DIR_NAME="Red Alert Unplugged"