Skip to content

Commit

Permalink
prep installers
Browse files Browse the repository at this point in the history
  • Loading branch information
SoScared committed Jul 26, 2018
1 parent b73b12a commit 3992963
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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="9c61217"
ENGINE_VERSION="unplugged-9c61217"

##############################################################################
# Continuous Integration
Expand Down Expand Up @@ -68,10 +68,10 @@ 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.2"

# 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.2"

# The key prefix used for Windows registry metadata.
# This should not contain spaces or special characters.
Expand All @@ -89,7 +89,7 @@ PACKAGING_COPY_ENGINE_FILES="./mods/modcontent"

# Overwrite the version in mod.yaml with the tag used for the SDK release
# Accepts values "True" or "False".
PACKAGING_OVERWRITE_MOD_VERSION="True"
PACKAGING_OVERWRITE_MOD_VERSION="False"

##############################################################################
# Advanced Configuration
Expand All @@ -102,13 +102,13 @@ PACKAGING_OVERWRITE_MOD_VERSION="True"
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/SoScared/OpenRA/archive/${ENGINE_VERSION}.zip"

# Temporary file/directory names used by automatic engine management.
# Paths outside the SDK directory are not officially supported.
AUTOMATIC_ENGINE_EXTRACT_DIRECTORY="./engine_temp"
AUTOMATIC_ENGINE_TEMP_ARCHIVE_NAME="engine.zip"
ENGINE_DIRECTORY="./engine"
AUTOMATIC_ENGINE_EXTRACT_DIRECTORY="./unplugged-engine_temp"
AUTOMATIC_ENGINE_TEMP_ARCHIVE_NAME="unplugged-engine.zip"
ENGINE_DIRECTORY="./unplugged-engine"

# The url to download the OpenRA macOS launcher files.
PACKAGING_OSX_LAUNCHER_SOURCE="https://github.com/OpenRA/OpenRALauncherOSX/releases/download/${PACKAGING_OSX_LAUNCHER_TAG}/launcher.zip"
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.2 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.2 Alpha: User

Rules:
ura|rules/misc.yaml
Expand Down

0 comments on commit 3992963

Please sign in to comment.