try and get github to build it
This commit is contained in:
34
.github/workflows/ant.yml
vendored
Normal file
34
.github/workflows/ant.yml
vendored
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
# Mostly copied from https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-ant
|
||||||
|
# zlatinb
|
||||||
|
|
||||||
|
name: Java CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: dependencies
|
||||||
|
run: sudo apt install gettext golang-go git ant && go install github.com/mediabuyerbot/go-crx3/crx3@latest && go install github.com/eyedeekay/amo-version@latest && go install github.com/delicb/dzip@latest
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set up JDK 21
|
||||||
|
uses: actions/setup-java@v2
|
||||||
|
with:
|
||||||
|
java-version: '21'
|
||||||
|
distribution: 'temurin'
|
||||||
|
- name : Generate override.properties
|
||||||
|
run: |
|
||||||
|
rm -f override.properties
|
||||||
|
echo "build.built-by=GitHub Actions" >> override.properties
|
||||||
|
echo "noExe=true" >> override.properties
|
||||||
|
- name: build with Ant
|
||||||
|
run: ant distclean jar
|
||||||
|
- name: Upload installer.jar
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: I2P-install.jar-${{ github.sha }}
|
||||||
|
path: install.jar
|
||||||
|
|
||||||
|
|
12
VERSION.md
12
VERSION.md
@ -12,8 +12,8 @@ noscript
|
|||||||
11.4.29
|
11.4.29
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
|
||||||
localcdn-fork-of-decentraleyes
|
localcdn-fork-of-decentraleyes
|
||||||
2.6.60
|
2.6.62
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4208268/localcdn_fork_of_decentraleyes-2.6.60.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4221333/localcdn_fork_of_decentraleyes-2.6.62.xpi
|
||||||
onion-in-container-browsing
|
onion-in-container-browsing
|
||||||
0.82
|
0.82
|
||||||
https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
|
https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
|
||||||
@ -21,8 +21,8 @@ javascript-restrictor
|
|||||||
0.17
|
0.17
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4190089/javascript_restrictor-0.17.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4190089/javascript_restrictor-0.17.xpi
|
||||||
ublock-origin
|
ublock-origin
|
||||||
1.54.0
|
1.55.0
|
||||||
https://addons.mozilla.org/firefox/downloads/file/4198829/ublock_origin-1.54.0.xpi
|
https://addons.mozilla.org/firefox/downloads/file/4216633/ublock_origin-1.55.0.xpi
|
||||||
```
|
```
|
||||||
|
|
||||||
## Chromium
|
## Chromium
|
||||||
@ -35,10 +35,10 @@ NoScript
|
|||||||
11.4.18
|
11.4.18
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
LocalCDN
|
LocalCDN
|
||||||
2.6.60
|
2.6.61
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
uBlock Origin
|
uBlock Origin
|
||||||
1.54.0
|
1.55.0
|
||||||
https://clients2.google.com/service/update2/crx
|
https://clients2.google.com/service/update2/crx
|
||||||
__MSG_extensionName__
|
__MSG_extensionName__
|
||||||
0.17
|
0.17
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Wed Dec 27 17:46:29 EST 2023
|
#Thu Feb 01 12:40:28 EST 2024
|
||||||
build.number=592
|
build.number=595
|
||||||
|
Reference in New Issue
Block a user