From d11cf9a0a57ae939820cda3032780b309684ab28 Mon Sep 17 00:00:00 2001 From: James Date: Sat, 16 Sep 2017 17:23:39 +1000 Subject: [PATCH] Fix tabs -> spaces --- dist/installer/build.ps1 | 16 ++++++++-------- dist/installer/build.sh | 4 ++-- dist/installer/config/config_linux.xml | 6 +++--- dist/installer/config/config_mac.xml | 6 +++--- dist/installer/config/config_windows.xml | 6 +++--- 5 files changed, 19 insertions(+), 19 deletions(-) diff --git a/dist/installer/build.ps1 b/dist/installer/build.ps1 index 22be17f04..3a4fda7cd 100644 --- a/dist/installer/build.ps1 +++ b/dist/installer/build.ps1 @@ -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'..." diff --git a/dist/installer/build.sh b/dist/installer/build.sh index ea5c0af47..2e4fb2264 100755 --- a/dist/installer/build.sh +++ b/dist/installer/build.sh @@ -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 diff --git a/dist/installer/config/config_linux.xml b/dist/installer/config/config_linux.xml index f5bcda6b1..033454e1f 100644 --- a/dist/installer/config/config_linux.xml +++ b/dist/installer/config/config_linux.xml @@ -9,10 +9,10 @@ icon icon.png - + https://repo.citra-emu.org 1 Official Citra Repository - - + + diff --git a/dist/installer/config/config_mac.xml b/dist/installer/config/config_mac.xml index 6440d45f5..658927f2b 100644 --- a/dist/installer/config/config_mac.xml +++ b/dist/installer/config/config_mac.xml @@ -9,10 +9,10 @@ icon icon.png - + https://repo.citra-emu.org 1 Official Citra Repository - - + + diff --git a/dist/installer/config/config_windows.xml b/dist/installer/config/config_windows.xml index 6527f53de..468c7ef86 100644 --- a/dist/installer/config/config_windows.xml +++ b/dist/installer/config/config_windows.xml @@ -10,10 +10,10 @@ icon icon.png - + https://repo.citra-emu.org 1 Official Citra Repository - - + +