summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-17 11:20:46 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-17 11:20:46 +0100
commit803d5a9f1be3949ced0d083daafb7a3d39475c7e (patch)
tree295be04ef3bd9cd9f05441548d2747b38885deb9 /.appveyor.yml
parent78de85139e63b46acc8742df4c9abf151f525b4e (diff)
Trying that copy thing
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 33cf9d5b..eea222a3 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -7,8 +7,9 @@ install:
build_script:
- qmake qtpass.pro CONFIG+=static
- mingw32-make
- - copy README.md release/README.txt
- - copy LICENSE release/LICENSE.txt
+after_build:
+ - cmd: copy README.md release/README.txt
+ - cmd: copy LICENSE release/LICENSE.txt
- iscc qtpass.iss
artifacts:
- path: QtPass_v*.exe