From 61e219802be34a7d728a8256bee5da11dfa5a773 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Wed, 11 Sep 2019 21:54:25 +1000 Subject: [PATCH] fixed packaging errors in appveyor script --- appveyor-build.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor-build.bat b/appveyor-build.bat index 7ab9e755c..9bbb5a0af 100644 --- a/appveyor-build.bat +++ b/appveyor-build.bat @@ -27,9 +27,9 @@ powershell $blockRdp = $true; iex ((new-object net.webclient).DownloadString('ht REM Dependencies are installed, time to set up packages mkdir olive -copy app/olive-editor.exe olive +copy app\olive-editor.exe olive cd olive -windeployqt olive-editor.exe +C:\Qt\5.13.0\msvc2015_64\bin\windeployqt olive-editor.exe cd .. REM Store the Git hash as a variable @@ -39,7 +39,7 @@ git rev-parse HEAD > longhash.txt set /p TRAVIS_COMMIT= < longhash.txt REM First, we create the installer -copy packaging\windows\nsis\* . +copy app\packaging\windows\nsis\* . "C:\Program Files (x86)\NSIS\makensis.exe" /V4 /DX64 "/XOutFile Olive-%HASH%-Win64.exe" olive.nsi REM Next we create the portable version, which we'll need a "portable" file for