diff options
| author | Victor Tran <vicr12345@gmail.com> | 2019-01-16 00:35:20 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2019-01-16 00:35:20 +1100 |
| commit | e9058c61e2c78f6e5e04c8e5aa3c44a1e0d02434 (patch) | |
| tree | e01bae02de01a7f08a13a7e8ce4038a983e3d970 /appveyor | |
| parent | 8a5b13e73a1ade01eb4ecc5f32de0f18026c46a6 (diff) | |
| download | theInstaller-e9058c61e2c78f6e5e04c8e5aa3c44a1e0d02434.tar.gz theInstaller-e9058c61e2c78f6e5e04c8e5aa3c44a1e0d02434.tar.bz2 theInstaller-e9058c61e2c78f6e5e04c8e5aa3c44a1e0d02434.zip | |
Abort on download error
Diffstat (limited to 'appveyor')
| -rw-r--r-- | appveyor/build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor/build.bat b/appveyor/build.bat index 3bfd0a9..062f912 100644 --- a/appveyor/build.bat +++ b/appveyor/build.bat @@ -30,6 +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 mkdir %~1 pushd %~1 qmake ..\theInstaller.pro "LIBS += -L\"%ZLIBDIR%\"" "INCLUDEPATH += \"%ZLIBINCLUDEDIR%\"" |
