summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 11:15:14 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2016-12-13 11:15:14 +0100
commit88826334c34c66b82778c65d0da3496f67b8631a (patch)
tree4f81f1c18818c8c7d0298ea5d68a0280ad8bcf7d /.appveyor.yml
parente023e6b2d0d221fd51cc9149545166f997416b2c (diff)
Windows slashes with a vengeance
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 095d3203..1c40b40d 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -6,12 +6,12 @@ build_script:
- qmake qtpass.pro CONFIG+=static
- mingw32-make
#after_build:
- - cmd: copy README.md src/release\README.txt
- - cmd: copy LICENSE src/release\LICENSE.txt
+ - cmd: copy README.md src\release\README.txt
+ - cmd: copy LICENSE src\release\LICENSE.txt
- iscc qtpass.iss
artifacts:
- path: Output\qtpass-*.exe
- - path: src/release\qtpass.exe
+ - path: src\release\qtpass.exe
deploy:
provider: GitHub
auth_token: