diff options
| -rw-r--r-- | appveyor.yml | 2 | ||||
| -rw-r--r-- | appveyor/build.bat | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7f4ef09..84d7fc5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,6 +26,8 @@ artifacts: name: theSlate.exe - path: deploy\thePhoto.exe name: thePhoto.exe +- path: deploy\theBeat.exe + name: theBeat.exe before_deploy: - ps: diff --git a/appveyor/build.bat b/appveyor/build.bat index fab8370..d858dde 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%\"" |
