mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
trying to install ResourceHacker
This commit is contained in:
parent
2bb30d3300
commit
f4394559c1
6
.github/workflows/exp.yml
vendored
6
.github/workflows/exp.yml
vendored
@ -23,10 +23,12 @@ jobs:
|
||||
|
||||
- name: Download RH
|
||||
shell: pwsh
|
||||
run: Invoke-WebRequest -Uri http://www.angusj.com/resourcehacker/#download -OutFile "ResourceHacker"
|
||||
run: |
|
||||
Invoke-WebRequest -Uri http://www.angusj.com/resourcehacker/resource_hacker.zip -OutFile "resource_hacker.zip"
|
||||
Expand-Archive -Path resource_hacker.zip -DestinationPath resource_hacker
|
||||
|
||||
- name: List RH
|
||||
run: dir
|
||||
run: dir resource_hacker
|
||||
|
||||
- name: ResourceHacker Test
|
||||
run: ResoureHacker -help
|
||||
|
Loading…
Reference in New Issue
Block a user