Skip to content

Commit 2da2269

Browse files
authored
Set TRAVIS_TEST_PACKAGING to true
1 parent 6892e63 commit 2da2269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ TRAVIS_TEST_MOD="True"
2424

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

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

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

0 commit comments

Comments
 (0)