mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	Rename ASSET_PATCH_DLL_GET to PACKAGE_PATCH_DLL_GET
This commit is contained in:
		
							parent
							
								
									8591455701
								
							
						
					
					
						commit
						262dc5dac6
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -41,7 +41,7 @@ environment: | ||||||
|  # This is overridden to 1 for release tag builds |  # This is overridden to 1 for release tag builds | ||||||
|  ASSET_FILES_OPTIONAL_GET: 0 |  ASSET_FILES_OPTIONAL_GET: 0 | ||||||
|  # For patches, also include the X86/X64 DLLs. |  # 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 |  # Delete all asset downloads so they can be redownloaded | ||||||
|  ASSET_CLEAN: 0 |  ASSET_CLEAN: 0 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -146,7 +146,7 @@ if not [%X86_64%] == [1] ( goto X86_INSTALL ) | ||||||
| 
 | 
 | ||||||
| : Extract DLL binaries | : Extract DLL binaries | ||||||
| 7z x -y "%ASSET_ARCHIVE_X64_PATH_LOCAL%" -o"assets\deployer\installer" >null | 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 |     7z x -y "!ASSET_ARCHIVE_X64_PATH_LOCAL!" -o"assets\deployer\patch" >null | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
|  | @ -169,7 +169,7 @@ goto EOF | ||||||
| 
 | 
 | ||||||
| : Extract DLL binaries | : Extract DLL binaries | ||||||
| 7z x -y "%ASSET_ARCHIVE_X86_PATH_LOCAL%" -o"assets\deployer\installer" >null | 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 |     7z x -y "!ASSET_ARCHIVE_X86_PATH_LOCAL!" -o"assets\deployer\patch" >null | ||||||
| ) | ) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 mazmazz
						mazmazz