Skip to content

Commit

Permalink
zip plugin_info.json file too
Browse files Browse the repository at this point in the history
  • Loading branch information
rllola committed Jul 21, 2021
1 parent beac4a3 commit 15b565f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ script:
- python3 test.py

before_deploy:
- zip build-$TRAVIS_OS_NAME.zip libtorrent/__init__.py libtorrent/libtorrent.so __init__.py TorrentPlugin.py AlertEncoder.py test.py
- zip build-$TRAVIS_OS_NAME.zip libtorrent/__init__.py libtorrent/libtorrent.so __init__.py TorrentPlugin.py AlertEncoder.py test.py plugin_info.json
deploy:
provider: releases
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion TorrentPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

libtorrent = libtorrent.libtorrent

VERSION = '0.4.0'
VERSION = '0.4.1'

def popAlerts(session):
while 1:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test_script:
- python test.py

after_test:
- 7z a build-windows.zip libtorrent/__init__.py libtorrent/libtorrent.lib libtorrent/libtorrent.pyd __init__.py TorrentPlugin.py AlertEncoder.py test.py
- 7z a build-windows.zip libtorrent/__init__.py libtorrent/libtorrent.lib libtorrent/libtorrent.pyd __init__.py TorrentPlugin.py AlertEncoder.py test.py plugin_info.json

deploy:
provider: GitHub
Expand Down
2 changes: 1 addition & 1 deletion plugin_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"name": "Torrent",
"description": "Torrent client in ZeroNet.",
"default": "enabled",
"rev": 4
"rev": 5
}

0 comments on commit 15b565f

Please sign in to comment.