Fix paths to point back to normal packaging, now that my changes have been merged

This commit is contained in:
Raoul Snyman 2019-05-22 13:30:12 -07:00
parent ebc6e69668
commit e0cf05ae13
1 changed files with 2 additions and 4 deletions

View File

@ -46,12 +46,10 @@ after_test:
# Install VLC
- choco install %CHOCO_VLC%
# Get the packaging code
#- appveyor DownloadFile http://bazaar.launchpad.net/~openlp-core/openlp/packaging/tarball -FileName packaging.tar.gz
- appveyor DownloadFile http://bazaar.launchpad.net/~raoul-snyman/openlp/wix-packaging/tarball -FileName packaging.tar.gz
- appveyor DownloadFile http://bazaar.launchpad.net/~openlp-core/openlp/packaging/tarball -FileName packaging.tar.gz
- 7z e packaging.tar.gz
- 7z x packaging.tar
#- mv ~openlp-core/openlp/packaging packaging
- mv ~raoul-snyman/openlp/wix-packaging packaging
- mv ~openlp-core/openlp/packaging packaging
# If this is trunk we should also build the manual
- ps: >-
If (BUILD_DOCS) {