Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
SRB2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
265
Issues
265
List
Board
Labels
Milestones
Merge Requests
85
Merge Requests
85
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
STJr
SRB2
Commits
e1300d51
Commit
e1300d51
authored
Dec 30, 2018
by
Marco Z
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename ASSET_PATCH_DLL_GET to PACKAGE_PATCH_DLL_GET
parent
941e2978
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
appveyor.yml
appveyor.yml
+1
-1
deployer.bat
deployer/appveyor/deployer.bat
+2
-2
No files found.
appveyor.yml
View file @
e1300d51
...
...
@@ -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
...
...
deployer/appveyor/deployer.bat
View file @
e1300d51
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment