mirror of https://github.com/n64decomp/mk64.git
				
				
				
			update link for windows build (#610)
This commit is contained in:
		
							parent
							
								
									9ac20c80b8
								
							
						
					
					
						commit
						a4f103258c
					
				|  | @ -21,7 +21,7 @@ jobs: | ||||||
|           ssh-key: ${{ secrets.WINDOWS_SSH_PRIVATE_KEY }} |           ssh-key: ${{ secrets.WINDOWS_SSH_PRIVATE_KEY }} | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|           Invoke-WebRequest https://github.com/coco875/mk64-tools/releases/download/v0.0.6/mips-tools-chain-windows.zip -OutFile mips-tools-chain-windows.zip |           Invoke-WebRequest https://github.com/coco875/mk64-tools/releases/download/v0.0.8/mips-tools-chain-windows.zip -OutFile mips-tools-chain-windows.zip | ||||||
|           Expand-Archive mips-tools-chain-windows.zip -DestinationPath mips-tools-chain-windows |           Expand-Archive mips-tools-chain-windows.zip -DestinationPath mips-tools-chain-windows | ||||||
|           Copy-Item -Path mips-tools-chain-windows/mingw64 -Destination tools -Recurse |           Copy-Item -Path mips-tools-chain-windows/mingw64 -Destination tools -Recurse | ||||||
|       - name: Build |       - name: Build | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ Review the [n64decomp/sm64](https://github.com/n64decomp/sm64) readme for instru | ||||||
| # Windows | # Windows | ||||||
| 
 | 
 | ||||||
| - Clone the repo or download the zip. | - Clone the repo or download the zip. | ||||||
| - Download and extract the toolchain from [here](https://github.com/coco875/mk64-tools/releases/download/v0.0.7/mips-tools-chain-windows.zip) | - Download and extract the toolchain from [here](https://github.com/coco875/mk64-tools/releases/download/v0.0.8/mips-tools-chain-windows.zip) | ||||||
| 
 | 
 | ||||||
| ### Setup | ### Setup | ||||||
| - Place the `mingw64` folder from the toolchain into the tools folder like so: `mk64/tools/mingw64`. | - Place the `mingw64` folder from the toolchain into the tools folder like so: `mk64/tools/mingw64`. | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 coco875
						coco875