Skip to content

Commit

Permalink
Merge pull request #5 from patrickwieth/master
Browse files Browse the repository at this point in the history
update mod.config for correct naming and engine upgrade
  • Loading branch information
Elpollo315 authored Oct 13, 2023
2 parents 6e08d40 + c699f09 commit 707dd9a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions mod.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
MOD_ID="ca"

# The OpenRA engine version to use for this project.
ENGINE_VERSION="b858ba5c9a37b777c6ba6075ab0bbcebec87b02a"
ENGINE_VERSION="c7ad57a67541fc1936ca6d7887a7b0bd9e0440c2"

##############################################################################
# Packaging
Expand All @@ -21,7 +21,7 @@ ENGINE_VERSION="b858ba5c9a37b777c6ba6075ab0bbcebec87b02a"
# - Windows installers will be named as {PACKAGING_INSTALLER_NAME}-{TAG}.exe
# - macOS installers will be named as {PACKAGING_INSTALLER_NAME}-{TAG}.dmg
# - Linux .appimages will be named as {PACKAGING_INSTALLER_NAME}-${TAG}.AppImage
PACKAGING_INSTALLER_NAME="CombinedArms"
PACKAGING_INSTALLER_NAME="CameoReloaded"

# The human-readable name for this project.
# This is used in:
Expand All @@ -35,20 +35,20 @@ PACKAGING_INSTALLER_NAME="CombinedArms"
# - Windows desktop shortcut
# - Windows "Programs and Features" list
# - Linux launcher shortcut
PACKAGING_DISPLAY_NAME="Combined Arms"
PACKAGING_DISPLAY_NAME="Cameo Reloaded"

# The URL for the project homepage.
# This is used in:
# - Windows "Add/Remove Programs" list
PACKAGING_WEBSITE_URL="https://www.moddb.com/mods/command-conquer-combined-arms"
PACKAGING_WEBSITE_URL="https://www.moddb.com/mods/cameo"

# The URL that is displayed in the crash dialog.
PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ"

# The human-readable project authors.
# This is used in:
# - Windows "Add/Remove Programs" list
PACKAGING_AUTHORS="Inq"
PACKAGING_AUTHORS="TheCommando315"

# If your mod depends on OpenRA.Mods.Cnc.dll from the engine set
# this to "True" to package the dll in your installers.
Expand All @@ -63,22 +63,22 @@ PACKAGING_COPY_D2K_DLL="True"
# If you wish to enable Discord integration, register an
# application at https://discord.com/developers/applications
# and define the client id here and in your mod.yaml
PACKAGING_DISCORD_APPID="787647352399200277"
PACKAGING_DISCORD_APPID=""

# The macOS disk image icon positions, matched to the background artwork
PACKAGING_OSX_DMG_MOD_ICON_POSITION="190, 210"
PACKAGING_OSX_DMG_APPLICATION_ICON_POSITION="410, 210"
PACKAGING_OSX_DMG_HIDDEN_ICON_POSITION="190, 350"

# Filename to use for the launcher executable on Windows.
PACKAGING_WINDOWS_LAUNCHER_NAME="CombinedArms"
PACKAGING_WINDOWS_LAUNCHER_NAME="CameoReloaded"

# The name of the Windows Program Files directory to install the project files to.
PACKAGING_WINDOWS_INSTALL_DIR_NAME="Combined Arms"
PACKAGING_WINDOWS_INSTALL_DIR_NAME="Cameo Reloaded"

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

# Path to the file containing the text to show in the Windows installer license dialog
PACKAGING_WINDOWS_LICENSE_FILE="./COPYING"
Expand Down

0 comments on commit 707dd9a

Please sign in to comment.