build adjustments
This commit is contained in:
@ -24,8 +24,8 @@ javascript-restrictor
|
||||
0.11.1
|
||||
https://addons.mozilla.org/firefox/downloads/file/3950710/javascript_restrictor-0.11.1.xpi
|
||||
ublock-origin
|
||||
1.45.2
|
||||
https://addons.mozilla.org/firefox/downloads/file/4028976/ublock_origin-1.45.2.xpi
|
||||
1.46.0
|
||||
https://addons.mozilla.org/firefox/downloads/file/4047353/ublock_origin-1.46.0.xpi
|
||||
```
|
||||
|
||||
## Chromium
|
||||
@ -44,7 +44,7 @@ LocalCDN
|
||||
2.6.39
|
||||
https://clients2.google.com/service/update2/crx
|
||||
uBlock Origin
|
||||
1.45.2
|
||||
1.46.0
|
||||
https://clients2.google.com/service/update2/crx
|
||||
JShelter
|
||||
0.11.1
|
||||
|
11
build.xml
11
build.xml
@ -390,6 +390,8 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<copy file="i2pfirefox-update.su3" todir="i2p.plugins.firefox" overwrite="true" />
|
||||
<copy file="i2pfirefox.xpi2p" todir="i2p.plugins.firefox" overwrite="true" />
|
||||
<copy file="i2pfirefox-update.xpi2p" todir="i2p.plugins.firefox" overwrite="true" />
|
||||
</target>
|
||||
<target name="torrent">
|
||||
<delete file="i2p.plugins.firefox.torrent" failonerror="false" />
|
||||
<exec executable="mktorrent" osfamily="unix" failonerror="true">
|
||||
<arg value='--announce=http://mb5ir7klpc2tj6ha3xhmrs3mseqvanauciuoiamx2mmzujvg67uq.b32.i2p/a,http://w7tpbzncbcocrqtwwm3nezhnnsw4ozadvi2hmvzdhrqzfxfum7wa.b32.i2p/a' />
|
||||
@ -406,7 +408,14 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
|
||||
<arg value="${user.home}/.i2p/i2psnark/" />
|
||||
</exec>
|
||||
</target>
|
||||
|
||||
<target name="seed" depends="torrent">
|
||||
<exec executable="cp">
|
||||
<arg value="-rv" />
|
||||
<arg value="i2p.plugins.firefox" />
|
||||
<arg value="i2p.plugins.firefox.torrent" />
|
||||
<arg value="${user.home}/.i2p/i2psnark/" />
|
||||
</exec>
|
||||
</target>
|
||||
<target name="distclean" depends="clean" />
|
||||
|
||||
<target name="clangFmt">
|
||||
|
Binary file not shown.
@ -12,4 +12,4 @@ READMELINE=`grep 'i2p.plugins.firefox/releases/download' OSX.md | grep i2pfirefo
|
||||
sed -i "s|${READMELINE}|wget https://github.com/eyedeekay/i2p.plugins.firefox/releases/download/${GITHUB_TAG}/i2pfirefox.zip|g" OSX.md
|
||||
sed -i "s|${NUMLINE}| <property name=\"release.number\" value=\"$GITHUB_TAG\" />|g" build.xml
|
||||
edgar && git push --all
|
||||
ant distclean versionMd tarball jar plugin freeZip jpackage debian fedora
|
||||
ant distclean versionMd tarball jar plugin torrent freeZip jpackage debian fedora
|
||||
|
@ -1,3 +1,3 @@
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Fri Dec 23 03:06:30 UTC 2022
|
||||
build.number=420
|
||||
#Sat Dec 31 21:01:03 UTC 2022
|
||||
build.number=422
|
||||
|
Reference in New Issue
Block a user