Skip to content

Commit

Permalink
Set TRAVIS_TEST_PACKAGING to true
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR authored Dec 8, 2018
1 parent 6892e63 commit 2da2269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TRAVIS_TEST_MOD="True"

# Perform a dry run of the installer generation when a new commit is pushed to the GitHub repository
# Accepts values "True" or "False".
TRAVIS_TEST_PACKAGING="False"
TRAVIS_TEST_PACKAGING="True"

##############################################################################
# Packaging
Expand Down Expand Up @@ -120,4 +120,4 @@ PACKAGING_OSX_LAUNCHER_TEMP_ARCHIVE_NAME="launcher.zip"
PACKAGING_APPIMAGE_DEPENDENCIES_SOURCE="https://github.com/OpenRA/AppImageSupport/releases/download/${PACKAGING_APPIMAGE_DEPENDENCIES_TAG}/libs.tar.bz2"

# Temporary file name used when downloading the OpenRA AppImage dependencies.
PACKAGING_APPIMAGE_DEPENDENCIES_TEMP_ARCHIVE_NAME="libs.tar.bz2"
PACKAGING_APPIMAGE_DEPENDENCIES_TEMP_ARCHIVE_NAME="libs.tar.bz2"

0 comments on commit 2da2269

Please sign in to comment.