1
0
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:
Joseph Flinn 2021-01-07 16:05:44 +00:00
parent 2bb30d3300
commit f4394559c1

View File

@ -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