Fix tabs -> spaces

This commit is contained in:
James 2017-09-16 17:23:39 +10:00
parent b72d1e0ca0
commit d11cf9a0a5
5 changed files with 19 additions and 19 deletions

View file

@ -1,13 +1,13 @@
if (!(Test-Path redist\installerbase_win.exe)) { if (!(Test-Path redist\installerbase_win.exe)) {
echo "Downloading dependencies..." echo "Downloading dependencies..."
if (!(Test-Path redist)) { if (!(Test-Path redist)) {
New-Item -path . -name redist -itemtype directory 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 Invoke-WebRequest -Uri "https://github.com/citra-emu/ext-windows-bin/raw/master/qtifw/windows.zip" -OutFile windows.zip
echo "Extracting..." echo "Extracting..."
Expand-Archive windows.zip -DestinationPath redist Expand-Archive windows.zip -DestinationPath redist
} else { } else {
echo "Found pre-downloaded redist." echo "Found pre-downloaded redist."
} }
echo "Building Qt Installer to '.\citra-installer-windows.exe'..." echo "Building Qt Installer to '.\citra-installer-windows.exe'..."

View file

@ -15,13 +15,13 @@ fi
if [ ! -f redist/installerbase_$PLATFORM ]; then if [ ! -f redist/installerbase_$PLATFORM ]; then
echo Downloading dependencies... echo Downloading dependencies...
curl -L -O https://github.com/citra-emu/ext-windows-bin/raw/master/qtifw/$PLATFORM.tar.gz curl -L -O https://github.com/citra-emu/ext-windows-bin/raw/master/qtifw/$PLATFORM.tar.gz
echo Extracting... echo Extracting...
mkdir -p redist mkdir -p redist
cd redist cd redist
tar -zxvf ../$PLATFORM.tar.gz tar -zxvf ../$PLATFORM.tar.gz
cd .. cd ..
chmod +x redist/* chmod +x redist/*
fi fi

View file

@ -9,10 +9,10 @@
<InstallerApplicationIcon>icon</InstallerApplicationIcon> <InstallerApplicationIcon>icon</InstallerApplicationIcon>
<InstallerWindowIcon>icon.png</InstallerWindowIcon> <InstallerWindowIcon>icon.png</InstallerWindowIcon>
<RemoteRepositories> <RemoteRepositories>
<Repository> <Repository>
<Url>https://repo.citra-emu.org</Url> <Url>https://repo.citra-emu.org</Url>
<Enabled>1</Enabled> <Enabled>1</Enabled>
<DisplayName>Official Citra Repository</DisplayName> <DisplayName>Official Citra Repository</DisplayName>
</Repository> </Repository>
</RemoteRepositories> </RemoteRepositories>
</Installer> </Installer>

View file

@ -9,10 +9,10 @@
<InstallerApplicationIcon>icon</InstallerApplicationIcon> <InstallerApplicationIcon>icon</InstallerApplicationIcon>
<InstallerWindowIcon>icon.png</InstallerWindowIcon> <InstallerWindowIcon>icon.png</InstallerWindowIcon>
<RemoteRepositories> <RemoteRepositories>
<Repository> <Repository>
<Url>https://repo.citra-emu.org</Url> <Url>https://repo.citra-emu.org</Url>
<Enabled>1</Enabled> <Enabled>1</Enabled>
<DisplayName>Official Citra Repository</DisplayName> <DisplayName>Official Citra Repository</DisplayName>
</Repository> </Repository>
</RemoteRepositories> </RemoteRepositories>
</Installer> </Installer>

View file

@ -10,10 +10,10 @@
<InstallerApplicationIcon>icon</InstallerApplicationIcon> <InstallerApplicationIcon>icon</InstallerApplicationIcon>
<InstallerWindowIcon>icon.png</InstallerWindowIcon> <InstallerWindowIcon>icon.png</InstallerWindowIcon>
<RemoteRepositories> <RemoteRepositories>
<Repository> <Repository>
<Url>https://repo.citra-emu.org</Url> <Url>https://repo.citra-emu.org</Url>
<Enabled>1</Enabled> <Enabled>1</Enabled>
<DisplayName>Official Citra Repository</DisplayName> <DisplayName>Official Citra Repository</DisplayName>
</Repository> </Repository>
</RemoteRepositories> </RemoteRepositories>
</Installer> </Installer>