1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

redoing the arg list

This commit is contained in:
Joseph Flinn 2021-01-07 18:14:47 +00:00
parent b577263bb3
commit 40f31f5b0e

View File

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