Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wereturtle authored Mar 16, 2022
1 parent c9f05e0 commit 36ed6f5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ build_script:
- nmake release
after_build:
- call "%QTDIR%/bin/qtenv2.bat"
- mkdir ghostwriter-portable-2.1.2
- cd ghostwriter-portable-2.1.2
- cp ..\build\release\ghostwriter.exe .
- windeployqt .\ghostwriter.exe
- mkdir translations
- cp ..\build\release\translations\*.qm translations
branches:
only:
- master
artifacts:
path: C:\projects\ghostwriter\build\release\
path: C:\projects\ghostwriter
type: zip
skip_non_tags: false
shallow_clone: true

0 comments on commit 36ed6f5

Please sign in to comment.