try windows build
This commit is contained in:
39
.github/workflows/ant.yml
vendored
39
.github/workflows/ant.yml
vendored
@ -70,3 +70,42 @@ jobs:
|
||||
with:
|
||||
name: i2pbrowser_${{ github.sha }}_amd64.deb
|
||||
path: ./i2pbrowser_1.0.0_amd64.deb
|
||||
|
||||
|
||||
buildwin:
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up JDK 21
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
java-version: '21'
|
||||
distribution: 'temurin'
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.21'
|
||||
- name : Generate override.properties
|
||||
run: |
|
||||
rm -f override.properties
|
||||
echo "build.built-by=GitHub Actions" >> override.properties
|
||||
echo "noExe=true" >> override.properties
|
||||
- name: install crx3
|
||||
run: go install github.com/mediabuyerbot/go-crx3/crx3@latest
|
||||
- name: install dzip
|
||||
run: go install github.com/delicb/dzip@latest
|
||||
- name: install amo-version
|
||||
run: go install github.com/eyedeekay/amo-version@a4f4119eac453a14d6b6184b656320eb72b5da3c
|
||||
- name: install manifest-json-version
|
||||
run: go install github.com/eyedeekay/manifest-json-version@latest
|
||||
- name: build with Ant
|
||||
run: |
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
ant
|
||||
./windows-exe.sh
|
||||
ls *.exe
|
||||
- name: Upload Firefox Profile Strict
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: i2p.firefox.base.profile-${{ github.sha }}.zip
|
||||
path: ./src/i2p.firefox.base.profile.zip
|
||||
|
10
VERSION.md
10
VERSION.md
@ -12,8 +12,8 @@ noscript
|
||||
11.4.29
|
||||
https://addons.mozilla.org/firefox/downloads/file/4206186/noscript-11.4.29.xpi
|
||||
localcdn-fork-of-decentraleyes
|
||||
2.6.62
|
||||
https://addons.mozilla.org/firefox/downloads/file/4221333/localcdn_fork_of_decentraleyes-2.6.62.xpi
|
||||
2.6.63
|
||||
https://addons.mozilla.org/firefox/downloads/file/4231487/localcdn_fork_of_decentraleyes-2.6.63.xpi
|
||||
onion-in-container-browsing
|
||||
0.82
|
||||
https://addons.mozilla.org/firefox/downloads/file/3904685/onion_in_container_browsing-0.82.xpi
|
||||
@ -21,8 +21,8 @@ javascript-restrictor
|
||||
0.17
|
||||
https://addons.mozilla.org/firefox/downloads/file/4190089/javascript_restrictor-0.17.xpi
|
||||
ublock-origin
|
||||
1.55.0
|
||||
https://addons.mozilla.org/firefox/downloads/file/4216633/ublock_origin-1.55.0.xpi
|
||||
1.56.0
|
||||
https://addons.mozilla.org/firefox/downloads/file/4237670/ublock_origin-1.56.0.xpi
|
||||
```
|
||||
|
||||
## Chromium
|
||||
@ -35,7 +35,7 @@ NoScript
|
||||
11.4.18
|
||||
https://clients2.google.com/service/update2/crx
|
||||
LocalCDN
|
||||
2.6.61
|
||||
2.6.63
|
||||
https://clients2.google.com/service/update2/crx
|
||||
uBlock Origin
|
||||
1.55.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
#Build Number for ANT. Do not edit!
|
||||
#Thu Feb 01 16:06:29 EST 2024
|
||||
build.number=601
|
||||
#Tue Feb 20 18:47:49 EST 2024
|
||||
build.number=602
|
||||
|
Reference in New Issue
Block a user