Skip to content

Commit

Permalink
Update packaged mono runtime.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Nov 17, 2019
1 parent 255cfee commit 14e8e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

dist: xenial
language: csharp
mono: 5.20.1
mono: 6.4.0

addons:
apt:
Expand Down
4 changes: 2 additions & 2 deletions mod.config
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ PACKAGING_FAQ_URL="http://wiki.openra.net/FAQ"
PACKAGING_AUTHORS="Example Mod authors"

# The git tag to use for the macOS Launcher files.
PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20190506"
PACKAGING_OSX_LAUNCHER_TAG="osx-launcher-20191003"

# Filename to use for the launcher executable on Windows.
PACKAGING_WINDOWS_LAUNCHER_NAME="ExampleMod"
Expand All @@ -84,7 +84,7 @@ PACKAGING_WINDOWS_REGISTRY_KEY="OpenRAExampleMod"
PACKAGING_WINDOWS_LICENSE_FILE="./COPYING"

# The git tag to use for the AppImage dependencies.
PACKAGING_APPIMAGE_DEPENDENCIES_TAG="20190506"
PACKAGING_APPIMAGE_DEPENDENCIES_TAG="20191004"

# Space delimited list of additional files/directories to copy from the engine directory
# when packaging your mod. e.g. "./mods/modcontent" or "./mods/d2k/OpenRA.Mods.D2k.dll"
Expand Down

0 comments on commit 14e8e44

Please sign in to comment.