From f8403bad92e95d7af9e48957382d9ab863eb5ca2 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Sat, 23 Jan 2016 00:06:05 +0100 Subject: Output just the application.exe too --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index 58dbdbe2..ccc5fa83 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -11,6 +11,7 @@ after_build: - iscc qtpass.iss artifacts: - path: Output\qtpass-*.exe + - path: release\qtpass.exe deploy: provider: GitHub auth_token: -- cgit v1.2.3