mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
trying to install ResourceHacker
This commit is contained in:
6
.github/workflows/exp.yml
vendored
6
.github/workflows/exp.yml
vendored
@@ -23,10 +23,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Download RH
|
- name: Download RH
|
||||||
shell: pwsh
|
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
|
- name: List RH
|
||||||
run: dir
|
run: dir resource_hacker
|
||||||
|
|
||||||
- name: ResourceHacker Test
|
- name: ResourceHacker Test
|
||||||
run: ResoureHacker -help
|
run: ResoureHacker -help
|
||||||
|
|||||||
Reference in New Issue
Block a user