From 61cc6f9db6f2195842445461349eae39233067e6 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 18 Nov 2018 08:35:37 +0000 Subject: [PATCH] Use release build. --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index a3f6f11..f2ef0bd 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -22,7 +22,7 @@ build_script: after_build: - nmake install - - windeployqt --debug --qmldir qml --qmldir imports "%DEPLOY_DIR%\spectral.exe" + - windeployqt --release --qmldir qml --qmldir imports "%DEPLOY_DIR%\spectral.exe" - 7z a spectral.zip "%DEPLOY_DIR%\" artifacts: