Fix tabs -> spaces
This commit is contained in:
		
							
								
								
									
										16
									
								
								dist/installer/build.ps1
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								dist/installer/build.ps1
									
									
									
									
										vendored
									
									
								
							| @@ -1,13 +1,13 @@ | ||||
| if (!(Test-Path redist\installerbase_win.exe)) { | ||||
| 	echo "Downloading dependencies..." | ||||
| 	if (!(Test-Path redist)) { | ||||
| 		New-Item -path . -name redist -itemtype directory | ||||
| 	} | ||||
| 	Invoke-WebRequest -Uri "https://github.com/citra-emu/ext-windows-bin/raw/master/qtifw/windows.zip" -OutFile windows.zip | ||||
| 	echo "Extracting..." | ||||
| 	Expand-Archive windows.zip -DestinationPath redist | ||||
|     echo "Downloading dependencies..." | ||||
|     if (!(Test-Path redist)) { | ||||
|         New-Item -path . -name redist -itemtype directory | ||||
|     } | ||||
|     Invoke-WebRequest -Uri "https://github.com/citra-emu/ext-windows-bin/raw/master/qtifw/windows.zip" -OutFile windows.zip | ||||
|     echo "Extracting..." | ||||
|     Expand-Archive windows.zip -DestinationPath redist | ||||
| } else { | ||||
| 	echo "Found pre-downloaded redist." | ||||
|     echo "Found pre-downloaded redist." | ||||
| } | ||||
|  | ||||
| echo "Building Qt Installer to '.\citra-installer-windows.exe'..." | ||||
|   | ||||
							
								
								
									
										4
									
								
								dist/installer/build.sh
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								dist/installer/build.sh
									
									
									
									
										vendored
									
									
								
							| @@ -15,13 +15,13 @@ fi | ||||
| if [ ! -f redist/installerbase_$PLATFORM ]; then | ||||
|     echo Downloading dependencies... | ||||
|     curl -L -O https://github.com/citra-emu/ext-windows-bin/raw/master/qtifw/$PLATFORM.tar.gz | ||||
|      | ||||
|  | ||||
|     echo Extracting... | ||||
|     mkdir -p redist | ||||
|     cd redist | ||||
|     tar -zxvf ../$PLATFORM.tar.gz | ||||
|     cd .. | ||||
|      | ||||
|  | ||||
|     chmod +x redist/* | ||||
| fi | ||||
|  | ||||
|   | ||||
							
								
								
									
										6
									
								
								dist/installer/config/config_linux.xml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/installer/config/config_linux.xml
									
									
									
									
										vendored
									
									
								
							| @@ -9,10 +9,10 @@ | ||||
|     <InstallerApplicationIcon>icon</InstallerApplicationIcon> | ||||
|     <InstallerWindowIcon>icon.png</InstallerWindowIcon> | ||||
|     <RemoteRepositories> | ||||
| 		<Repository> | ||||
|         <Repository> | ||||
|             <Url>https://repo.citra-emu.org</Url> | ||||
|             <Enabled>1</Enabled> | ||||
|             <DisplayName>Official Citra Repository</DisplayName> | ||||
| 		</Repository> | ||||
| 	</RemoteRepositories> | ||||
|         </Repository> | ||||
|     </RemoteRepositories> | ||||
| </Installer> | ||||
|   | ||||
							
								
								
									
										6
									
								
								dist/installer/config/config_mac.xml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/installer/config/config_mac.xml
									
									
									
									
										vendored
									
									
								
							| @@ -9,10 +9,10 @@ | ||||
|     <InstallerApplicationIcon>icon</InstallerApplicationIcon> | ||||
|     <InstallerWindowIcon>icon.png</InstallerWindowIcon> | ||||
|     <RemoteRepositories> | ||||
| 		<Repository> | ||||
|         <Repository> | ||||
|             <Url>https://repo.citra-emu.org</Url> | ||||
|             <Enabled>1</Enabled> | ||||
|             <DisplayName>Official Citra Repository</DisplayName> | ||||
| 		</Repository> | ||||
| 	</RemoteRepositories> | ||||
|         </Repository> | ||||
|     </RemoteRepositories> | ||||
| </Installer> | ||||
|   | ||||
							
								
								
									
										6
									
								
								dist/installer/config/config_windows.xml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								dist/installer/config/config_windows.xml
									
									
									
									
										vendored
									
									
								
							| @@ -10,10 +10,10 @@ | ||||
|     <InstallerApplicationIcon>icon</InstallerApplicationIcon> | ||||
|     <InstallerWindowIcon>icon.png</InstallerWindowIcon> | ||||
|     <RemoteRepositories> | ||||
| 		<Repository> | ||||
|         <Repository> | ||||
|             <Url>https://repo.citra-emu.org</Url> | ||||
|             <Enabled>1</Enabled> | ||||
|             <DisplayName>Official Citra Repository</DisplayName> | ||||
| 		</Repository> | ||||
| 	</RemoteRepositories> | ||||
|         </Repository> | ||||
|     </RemoteRepositories> | ||||
| </Installer> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 James
					James