mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
redoing the arg list
This commit is contained in:
4
.github/workflows/exp.yml
vendored
4
.github/workflows/exp.yml
vendored
@@ -42,7 +42,9 @@ jobs:
|
|||||||
|
|
||||||
- name: ResourceHacker Test
|
- name: ResourceHacker Test
|
||||||
shell: pwsh
|
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
|
- name: ResourceHacker Test
|
||||||
run: ResoureHacker.exe -help
|
run: ResoureHacker.exe -help
|
||||||
|
|||||||
Reference in New Issue
Block a user