Skip to content
Snippets Groups Projects
Commit e1300d51 authored by Marco Z's avatar Marco Z
Browse files

Rename ASSET_PATCH_DLL_GET to PACKAGE_PATCH_DLL_GET

parent 941e2978
No related branches found
No related tags found
4 merge requests!488Merge in next and don't billboard papersprites in GL,!443Add Windows installer building to AppVeyor,!442Add 64-bit job to Appveyor,!440MinGW64:Target nocona for 64-bit builds [revision]
......@@ -41,7 +41,7 @@ environment:
# This is overridden to 1 for release tag builds
ASSET_FILES_OPTIONAL_GET: 0
# For patches, also include the X86/X64 DLLs.
ASSET_PATCH_DLL_GET: 0
PACKAGE_PATCH_DLL_GET: 0
# Delete all asset downloads so they can be redownloaded
ASSET_CLEAN: 0
......
......@@ -146,7 +146,7 @@ if not [%X86_64%] == [1] ( goto X86_INSTALL )
: Extract DLL binaries
7z x -y "%ASSET_ARCHIVE_X64_PATH_LOCAL%" -o"assets\deployer\installer" >null
if [%ASSET_PATCH_DLL_GET%] == [1] (
if [%PACKAGE_PATCH_DLL_GET%] == [1] (
7z x -y "!ASSET_ARCHIVE_X64_PATH_LOCAL!" -o"assets\deployer\patch" >null
)
......@@ -169,7 +169,7 @@ goto EOF
: Extract DLL binaries
7z x -y "%ASSET_ARCHIVE_X86_PATH_LOCAL%" -o"assets\deployer\installer" >null
if [%ASSET_PATCH_DLL_GET%] == [1] (
if [%PACKAGE_PATCH_DLL_GET%] == [1] (
7z x -y "!ASSET_ARCHIVE_X86_PATH_LOCAL!" -o"assets\deployer\patch" >null
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment