mirror of
https://github.com/konpa/devicon.git
synced 2025-08-12 01:24:42 +02:00
Updated geckodriver
This commit is contained in:
Binary file not shown.
@@ -3,4 +3,4 @@ Proxy for using W3C WebDriver compatible clients to interact with Gecko-based br
|
||||
This program provides the HTTP API described by the WebDriver protocol to communicate with Gecko browsers, such as Firefox.
|
||||
It translates calls into the Marionette remote protocol by acting as a proxy between the local- and remote ends.
|
||||
|
||||
This application was taken from: https://github.com/mozilla/geckodriver/releases/tag/v0.27.0
|
||||
This application was taken from: https://github.com/mozilla/geckodriver/releases/tag/v0.29.1
|
BIN
.github/scripts/build_assets/geckodriver-v0.29.1-win64/geckodriver.exe
vendored
Normal file
BIN
.github/scripts/build_assets/geckodriver-v0.29.1-win64/geckodriver.exe
vendored
Normal file
Binary file not shown.
2
.github/workflows/build_icons.yml
vendored
2
.github/workflows/build_icons.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: >
|
||||
python ./.github/scripts/icomoon_build.py
|
||||
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json
|
||||
./.github/scripts/build_assets/geckodriver-v0.29.1-win64/geckodriver.exe ./icomoon.json
|
||||
./devicon.json ./icons ./ %GITHUB_TOKEN% --headless
|
||||
|
||||
- name: Upload geckodriver.log for debugging purposes
|
||||
|
2
.github/workflows/peek_icons.yml
vendored
2
.github/workflows/peek_icons.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
shell: cmd
|
||||
run: >
|
||||
python ./.github/scripts/icomoon_peek.py
|
||||
./.github/scripts/build_assets/geckodriver-v0.27.0-win64/geckodriver.exe ./icomoon.json
|
||||
./.github/scripts/build_assets/geckodriver-v0.29.1-win64/geckodriver.exe ./icomoon.json
|
||||
./devicon.json ./icons ./ --headless --pr_title "%PR_TITLE%"
|
||||
|
||||
- name: Upload the err messages (created by icomoon_peek.py)
|
||||
|
Reference in New Issue
Block a user