Skip to content

Commit

Permalink
prep installers
Browse files Browse the repository at this point in the history
  • Loading branch information
SoScared committed Aug 4, 2018
1 parent 1ad84b6 commit 9383165
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions mod.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
MOD_ID="ura"

# The OpenRA engine version to use for this project.
ENGINE_VERSION="6c401f0"
ENGINE_VERSION="unplugged-6c401f0"

##############################################################################
# Continuous Integration
Expand Down Expand Up @@ -68,14 +68,14 @@ PACKAGING_AUTHORS="SoScared"
PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20180723"

# Filename to use for the launcher executable on Windows.
PACKAGING_WINDOWS_LAUNCHER_NAME="Red Alert Unplugged"
PACKAGING_WINDOWS_LAUNCHER_NAME="Red Alert Unplugged v0.23 Alpha"

# The name of the Windows Program Files directory to install the project files to.
PACKAGING_WINDOWS_INSTALL_DIR_NAME="Red Alert Unplugged"
PACKAGING_WINDOWS_INSTALL_DIR_NAME="Red Alert Unplugged v0.23 Alpha"

# The key prefix used for Windows registry metadata.
# This should not contain spaces or special characters.
PACKAGING_WINDOWS_REGISTRY_KEY="RedAlertUnplugged"
PACKAGING_WINDOWS_REGISTRY_KEY="RedAlertUnpluggedv023Alpha"

# Path to the file containing the text to show in the Windows installer license dialog
PACKAGING_WINDOWS_LICENSE_FILE="./COPYING"
Expand All @@ -102,7 +102,7 @@ PACKAGING_OVERWRITE_MOD_VERSION="False"
AUTOMATIC_ENGINE_MANAGEMENT="True"

# The URL to download the engine files from when AUTOMATIC_ENGINE_MANAGEMENT is enabled.
AUTOMATIC_ENGINE_SOURCE="https://github.com/OpenRA/OpenRA/archive/${ENGINE_VERSION}.zip"
AUTOMATIC_ENGINE_SOURCE="https://github.com/RAunplugged/OpenRA/archive/${ENGINE_VERSION}.zip"

# Temporary file/directory names used by automatic engine management.
# Paths outside the SDK directory are not officially supported.
Expand Down
4 changes: 2 additions & 2 deletions mods/ura/mod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata:
Title: Red Alert: Unplugged
Version: Master version
Version: v0.23 Alpha
Website: http://redalertunplugged.com/
WebIcon32: WebIcon32: https://www.openra.net/images/icons/ra_32x32.png

Expand Down Expand Up @@ -40,7 +40,7 @@ MapFolders:
ura|maps/missions: System
ura|maps/modded: System
ura|maps/other: System
~^maps/ra/release-20180307: User
~^maps/ura/v0.23-Alpha: User

Rules:
ura|rules/misc.yaml
Expand Down

0 comments on commit 9383165

Please sign in to comment.