summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 8dd9400d..86bcb995 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -6,8 +6,8 @@ build_script:
- qmake qtpass.pro CONFIG+=static
- mingw32-make
#after_build:
- - cmd: copy README.md release\README.txt
- - cmd: copy LICENSE release\LICENSE.txt
+ - cmd: copy ../README.md release\README.txt
+ - cmd: copy ../LICENSE release\LICENSE.txt
- iscc qtpass.iss
artifacts:
- path: Output\qtpass-*.exe