File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
120120PACKAGING_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"
You can’t perform that action at this time.
0 commit comments