Skip to content

Commit

Permalink
appveyor: the name of the distrib file should be pro-windows.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed May 27, 2018
1 parent 398ccdb commit a3b4a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ install:

build_script:
- cmd: build.bat
- ps: Compress-Archive -Path C:\projects\pro\target\pro -DestinationPath C:\projects\pro\pro-win_x64.zip
- ps: Compress-Archive -Path C:\projects\pro\target\pro -DestinationPath C:\projects\pro\pro-windows.zip

test_script:
- cmd: target\pro\bin\pro build test.pro
Expand Down

0 comments on commit a3b4a74

Please sign in to comment.