mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 13:20:03 +00:00 
			
		
		
		
	Merge pull request #1912 from yuriks/fix-win-deploy
Fix AppVeyor WinSCP download
This commit is contained in:
		
						commit
						ffa8f5c7dc
					
				
					 1 changed files with 3 additions and 5 deletions
				
			
		|  | @ -44,12 +44,10 @@ on_success: | |||
|             # Do a second archive with only the binaries | ||||
|             7z a $BUILD_NAME_NOQT .\build\bin\release\*.exe | ||||
| 
 | ||||
|             # Download winscp | ||||
|             Invoke-WebRequest "http://iweb.dl.sourceforge.net/project/winscp/WinSCP/5.7.3/winscp573.zip" -OutFile "winscp573.zip" | ||||
|             7z e -y winscp573.zip | ||||
| 
 | ||||
|             # Upload to server | ||||
|             .\WinSCP.com /command ` | ||||
|             # Download WinSCP and upload to server | ||||
|             choco install winscp.portable | ||||
|             WinSCP.exe /command ` | ||||
|                 "option batch abort" ` | ||||
|                 "option confirm off" ` | ||||
|                 "open sftp://citra-builds:${env:BUILD_PASSWORD}@builds.citra-emu.org -hostkey=*" ` | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue