create zip of the torrent contents and release it
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -34,4 +34,5 @@ i2p.plugins.firefox/
|
||||
/icon.png
|
||||
/systray.running
|
||||
/.cache
|
||||
/.mozilla
|
||||
/.mozilla
|
||||
/i2p.plugins.firefox.torrent.zip
|
44
VERSION.md
44
VERSION.md
@ -6,3 +6,47 @@ Extension Versions
|
||||
|
||||
```md
|
||||
i2p-in-private-browsing
|
||||
1.44
|
||||
https://addons.mozilla.org/firefox/downloads/file/4020669/i2p_in_private_browsing-1.44.xpi
|
||||
noscript
|
||||
11.4.13
|
||||
https://addons.mozilla.org/firefox/downloads/file/4033638/noscript-11.4.13.xpi
|
||||
localcdn-fork-of-decentraleyes
|
||||
2.6.43
|
||||
https://addons.mozilla.org/firefox/downloads/file/4041581/localcdn_fork_of_decentraleyes-2.6.43.xpi
|
||||
https-everywhere
|
||||
2021.7.13
|
||||
https://addons.mozilla.org/firefox/downloads/file/3809748/https_everywhere-2021.7.13.xpi
|
||||
onion-in-container-browsing
|
||||
0.82
|
||||
https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
|
||||
javascript-restrictor
|
||||
0.11.1
|
||||
https://addons.mozilla.org/firefox/downloads/file/3950710/javascript_restrictor-0.11.1.xpi
|
||||
ublock-origin
|
||||
1.46.0
|
||||
https://addons.mozilla.org/firefox/downloads/file/4047353/ublock_origin-1.46.0.xpi
|
||||
```
|
||||
|
||||
## Chromium
|
||||
|
||||
```md
|
||||
__MSG_extensionName__
|
||||
1.29
|
||||
https://clients2.google.com/service/update2/crx
|
||||
NoScript
|
||||
11.4.13
|
||||
https://clients2.google.com/service/update2/crx
|
||||
__MSG_about_ext_name__
|
||||
2022.5.24
|
||||
https://clients2.google.com/service/update2/crx
|
||||
LocalCDN
|
||||
2.6.39
|
||||
https://clients2.google.com/service/update2/crx
|
||||
uBlock Origin
|
||||
1.46.0
|
||||
https://clients2.google.com/service/update2/crx
|
||||
JShelter
|
||||
0.11.1
|
||||
https://clients2.google.com/service/update2/crx
|
||||
```
|
||||
|
@ -407,10 +407,9 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<arg value="i2p.plugins.firefox" />
|
||||
<arg value="i2p.plugins.firefox.torrent" />
|
||||
</exec>
|
||||
<exec executable="cp">
|
||||
<arg value="-rv" />
|
||||
<arg value="i2p.plugins.firefox" />
|
||||
<arg value="i2p.plugins.firefox.torrent" />
|
||||
<exec executable="unzip">
|
||||
<arg value="i2p.plugins.firefox.torrent.zip" />
|
||||
<arg value="-d" />
|
||||
<arg value="${user.home}/.i2p/i2psnark/" />
|
||||
</exec>
|
||||
</target>
|
||||
|
Binary file not shown.
@ -86,6 +86,15 @@ github-release upload --user "${GITHUB_USER}" \
|
||||
--name "i2pfirefox-update.su3" \
|
||||
--file "i2pfirefox-update.su3"
|
||||
echo "Uploaded su3 package"
|
||||
torsum=$(sha256sum i2p.plugins.firefox.torrent.zip)
|
||||
github-release upload --user "${GITHUB_USER}" \
|
||||
--replace \
|
||||
--repo "${GITHUB_REPO}" \
|
||||
--tag "${GITHUB_TAG}" \
|
||||
--label "I2P Browser launcher as an I2P Console Plugin, release torrent. ${torsum}" \
|
||||
--name "i2p.plugins.firefox.torrent.zip" \
|
||||
--file "i2p.plugins.firefox.torrent.zip"
|
||||
echo "Uploaded torrent package"
|
||||
|
||||
git pull github --tags
|
||||
git push --all
|
||||
|
@ -1,3 +1,3 @@
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Sun Jan 01 02:50:01 UTC 2023
|
||||
build.number=440
|
||||
#Sun Jan 01 02:50:42 UTC 2023
|
||||
build.number=441
|
||||
|
Reference in New Issue
Block a user