mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user