Skip to content

Commit

Permalink
add .pkg file recource
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 6, 2019
1 parent c16a099 commit 3984b8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ deploy:
api_key:
secure: "ooZKCydvb4CjYlPGvyT2xIRmGpofc+8MvCYIqzsMeMxbrytAWw1h0fAdTVo9GP5zkZCB4sQpibSa21pDt8DLqaFVIAqtci2qygcukOcSV/ToD+KdEDE0ag5CcJYOJpFQBHfmN9LEz+JHcb7HSCdd6SVfzlxB7tNORinib3oTNV/0FHqnheozbYhysQDF+D0EyweR3lY5KlkQvxshQWmNV90v+supsS/ckh1SpskvWjTbYFxv8pLMPpAKbV2J3Y63kWHItpUFU1BlxhEXIKvU3s0y/+38FR19Urosyg8X37EQsknS9rtj50T0Fw3btMm6o/fQKkS1bqCz02VjohWMy983Yh7cEUl2mq8aZP5DeMknrRBcjI4ps8z7heoqPHxYpaJDLKj2cgNStarlGHUGjZs0ihYKoOIT/VTNSq26JrZtGc1ybLWLXcHL8iXNjYpUf6k47OC1khUqGM/n+wL9O5sWv5Cq7/SjKqmxgg5lTkSPLj8ZMxhNIoU9s9Ww2iIL5tJNuinn540m7Qc14D0eEeRMKhmdbYLx6ybQPLxpF7qKUT/q8iJUXnPMLf0Fwf3rRT55s2XTfag9n4nqFFd1b+FVopAvh0S/CoKRKHZ2XD9b2Daih18v0SIDplBk71SVNGugjOrSuLEQd/lGpHFN8aKL096XgtIGNUpOKQWHQ8o="
file_glob: true
file: "dist_app/*.dmg"
file:
- "dist_app/*.dmg"
- "dist_app/*.pkg"
skip_cleanup: true
draft: true
on:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
0.5.5
- maintenance release
0.5.4
- enh: write maximum indentation to statistics file (#3)
- fix: unicode characters were not read correctly from statistics
Expand Down

0 comments on commit 3984b8a

Please sign in to comment.