mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-05 18:47:52 +01:00
redoing the arg list
This commit is contained in:
parent
b577263bb3
commit
40f31f5b0e
4
.github/workflows/exp.yml
vendored
4
.github/workflows/exp.yml
vendored
@ -42,7 +42,9 @@ jobs:
|
||||
|
||||
- name: ResourceHacker Test
|
||||
shell: pwsh
|
||||
run: start-process -filepath "resoure_hacker\ResourceHacker.exe" -help
|
||||
run: |
|
||||
$args = "-help"
|
||||
start-process -filepath "resoure_hacker\ResourceHacker.exe" -argumentlist $args
|
||||
|
||||
- name: ResourceHacker Test
|
||||
run: ResoureHacker.exe -help
|
||||
|
Loading…
Reference in New Issue
Block a user