From b689f316054a1c1114b3e709e67ec06e88e775c6 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Mon, 8 Oct 2018 23:08:30 +0000 Subject: [PATCH 1/2] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 9bd5e49..b33db66 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +22,7 @@ build_script: after_build: - nmake install - - windeployqt --release --qmldir qml "%DEPLOY_DIR%\spectral.exe" + - windeployqt --release --qmldir qml --plugindir imports "%DEPLOY_DIR%\spectral.exe" - 7z a spectral.zip "%DEPLOY_DIR%\" artifacts: From 4319edb208f3de53fd5657f87260685ac72d90f4 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Mon, 8 Oct 2018 23:43:49 +0000 Subject: [PATCH 2/2] Update .appveyor.yml --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index b33db66..be886ca 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +22,7 @@ build_script: after_build: - nmake install - - windeployqt --release --qmldir qml --plugindir imports "%DEPLOY_DIR%\spectral.exe" + - windeployqt --release --qmldir qml --qmldir imports "%DEPLOY_DIR%\spectral.exe" - 7z a spectral.zip "%DEPLOY_DIR%\" artifacts: