diff options
| author | Victor Tran <vicr12345@gmail.com> | 2019-10-02 21:14:39 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2019-10-02 21:14:39 +1000 |
| commit | 86ef9fadd31f55214cc7631f87090b4ffe40566b (patch) | |
| tree | b7969e1d8aa832d1651ab1e518ca6980901733e6 | |
| parent | b73513b28c23aa32e1a3f47a804afd6cc7d72ebb (diff) | |
| download | theInstaller-86ef9fadd31f55214cc7631f87090b4ffe40566b.tar.gz theInstaller-86ef9fadd31f55214cc7631f87090b4ffe40566b.tar.bz2 theInstaller-86ef9fadd31f55214cc7631f87090b4ffe40566b.zip | |
Fix AppVeyor build
| -rw-r--r-- | appveyor/build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat index 062f912..7f7178a 100644 --- a/appveyor/build.bat +++ b/appveyor/build.bat @@ -30,7 +30,7 @@ echo *********************************************************** if not exist "deploy" mkdir deploy set DEPLOY=%cd%\deploy echo %~2 > installer\metadata.txt -copy /y installer\backgrounds\%~2.svg installer\background.svg +copy /y installer\backgrounds\%~1.svg installer\background.svg mkdir %~1 pushd %~1 qmake ..\theInstaller.pro "LIBS += -L\"%ZLIBDIR%\"" "INCLUDEPATH += \"%ZLIBINCLUDEDIR%\"" |
